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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 茣医けB | 11100100101100101000100011100011100000101010111101000010 | e4b288e382af42 |
EUC-JP | 茣医けB | 11101000101101001011000011100101101001001011000101000010 | e8b4b0e5a4b142 |
UTF-8 | 茣医けB | 11101000100011001010001111100101100011001011101111100011100000011001000101000010 | e88ca3e58cbbe3819142 |
UHC | ??けB | 0011111100111111101010101011000101000010 | 3f3faab142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)