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 | 11100110101011101000111110000110100000110100000001000010 | e6ae8f86834042 |
EUC-JP | 谿醇ァB | 11101100101100001011110111100110101001011010000101000010 | ecb0bde6a5a142 |
UTF-8 | 谿醇ァB | 11101000101100001011111111101001100001101000011111100011100000101010000101000010 | e8b0bfe98687e382a142 |
UHC | 谿醇ァB | 11001101101011001110001011110101101010111010000101000010 | cdace2f5aba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)