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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽壽純莉 | 1110011010100011100110101110011010001111100000111110010010111011 | e6a39ae68f83e4bb |
EUC-JP | 譽壽純莉 | 1110110010100101110101001110100010111101111000111110100010111101 | eca5d4e8bde3e8bd |
UTF-8 | 譽壽純莉 | 111010001010110110111101111001011010001110111101111001111011010010010100111010001000111010001001 | e8adbde5a3bde7b494e88e89 |
UHC | 譽壽純莉 | 1110011111100010111000011111100011100010111011011101011111101001 | e7e2e1f8e2edd7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)