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 | 聆聆 | 111000111101011111110010111101011110001111010111 | e3d7f2f5e3d7 |
EUC-JP | 聆?聆 | 1110011011011001001111111110011011011001 | e6d93fe6d9 |
UTF-8 | 聆聆 | 111010001000000110000110111011101000100010101100111010001000000110000110 | e88186ee88ace88186 |
UHC | 聆?聆 | 1101011011000000001111111101011011000000 | d6c03fd6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)