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 | 10001101011101000011111110001101011101000011111101000010 | 8d743f8d743f42 |
EUC-JP | 衡?衡?B | 10111001110101010011111110111001110101010011111101000010 | b9d53fb9d53f42 |
UTF-8 | 衡즜衡즜B | 11101000101000011010000111101100101001101001110011101000101000011010000111101100101001101001110001000010 | e8a1a1eca69ce8a1a1eca69c42 |
UHC | 衡즜衡즜B | 111110111010110010100011011010011111101110101100101000110110100101000010 | fbaca369fbaca36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)