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 | 111000111101011111110010111101011110001111010111111100101111010101000010 | e3d7f2f5e3d7f2f542 |
EUC-JP | 聆?聆?B | 11100110110110010011111111100110110110010011111101000010 | e6d93fe6d93f42 |
UTF-8 | 聆聆B | 11101000100000011000011011101110100010001010110011101000100000011000011011101110100010001010110001000010 | e88186ee88ace88186ee88ac42 |
UHC | 聆?聆?B | 11010110110000000011111111010110110000000011111101000010 | d6c03fd6c03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)