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 | 10001110101100011000111010110010111001001011011101000010 | 8eb18eb2e4b742 |
EUC-JP | 竺軸莵B | 10111100101100111011110010110100111010001011100101000010 | bcb3bcb4e8b942 |
UTF-8 | 竺軸莵B | 11100111101010111011101011101000101110111011100011101000100011101011010101000010 | e7abbae8bbb8e88eb542 |
UHC | 竺軸?B | 111101011110011111110101111011100011111101000010 | f5e7f5ee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)