To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼尺菷 | 100011101101110010001110110110101110010011000110 | 8edc8edae4c6 |
EUC-JP | 灼尺菷 | 101111001101111010111100110111001110100011001000 | bcdebcdce8c8 |
UTF-8 | 灼尺菷 | 111001111000000110111100111001011011000010111010111010001000111110110111 | e781bce5b0bae88fb7 |
UHC | 灼尺? | 1110110111000111111101001010100100111111 | edc7f4a93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)