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 | ???D?B | 001111110011111100111111010001000011111101000010 | 3f3f3f443f42 |
SJIS-WIN | 涌穩唸D鱆B | 10010111010011111110001001110010100110100101100001000100111010011110000101000010 | 974fe2729a5844e9e142 |
EUC-JP | 涌穩唸D鱆B | 11001101101100001110001111010011110100111011100101000100111100101110001101000010 | cdb0e3d3d3b944f2e342 |
UTF-8 | 涌穩唸D鱆B | 1110011010110110100011001110011110101001101010011110010110010100101110000100010011101001101100011000011001000010 | e6b68ce7a9a9e594b844e9b18642 |
UHC | 涌穩?D?B | 1110100110111111111010001011000100111111010001000011111101000010 | e9bfe8b13f443f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)