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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蝨嗽蝨嗽B | 111001011001110010011010011101011110010110011100100110100111010101000010 | e59c9a75e59c9a7542 |
EUC-JP | 蝨嗽蝨嗽B | 111010011111110011010011110101101110100111111100110100111101011001000010 | e9fcd3d6e9fcd3d642 |
UTF-8 | 蝨嗽蝨嗽B | 11101000100111011010100011100101100101111011110111101000100111011010100011100101100101111011110101000010 | e89da8e597bde89da8e597bd42 |
UHC | 蝨嗽蝨嗽B | 111000111010010011100001111101011110001110100100111000011111010101000010 | e3a4e1f5e3a4e1f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)