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 | 100011111011011010000010111011000011111101000010 | 8fb682ec3f42 |
EUC-JP | 掌ゎ?B | 101111101011100010100100111011100011111101000010 | beb8a4ee3f42 |
UTF-8 | 掌ゎ닼B | 11100110100011101000110011100011100000101000111011101011100010111011110001000010 | e68e8ce3828eeb8bbc42 |
UHC | 掌ゎ닼B | 11101101111001101010101011101110100010001010101001000010 | ede6aaee88aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)