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 | 100011101000100000111111100100111110011001000010 | 8e883f93e642 |
EUC-JP | 肢?捺B | 101110111110100000111111110001101110100001000010 | bbe83fc6e842 |
UTF-8 | 肢끔捺B | 11101000100000101010001011101011100000011001010011100110100011011011101001000010 | e882a2eb8194e68dba42 |
UHC | 肢끔捺B | 11110010101101101011001011111011110100011111010001000010 | f2b6b2fbd1f442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)