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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
UTF-8 | 쩐짰E쩐짰EB | 111011001010100110010000111011001010011110110000010001011110110010101001100100001110110010100111101100000100010101000010 | eca990eca7b045eca990eca7b04542 |
UHC | 쩐짰E쩐짰EB | 1100001010111110110000101010111001000101110000101011111011000010101011100100010101000010 | c2bec2ae45c2bec2ae4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)