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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鸚?鸚?B | 11101010010111110011111111101010010111110011111101000010 | ea5f3fea5f3f42 |
EUC-JP | 鸚?鸚?B | 11110011110000000011111111110011110000000011111101000010 | f3c03ff3c03f42 |
UTF-8 | 鸚쓹鸚쓹B | 11101001101110001001101011101100100100111011100111101001101110001001101011101100100100111011100101000010 | e9b89aec93b9e9b89aec93b942 |
UHC | 鸚쓹鸚쓹B | 111001011010010010011101100101011110010110100100100111011001010101000010 | e5a49d95e5a49d9542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)