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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 禎???鼎 | 10010010111101010011111100111111001111111001001101000011 | 92f53f3f3f9343 |
EUC-JP | 禎?饔?鼎 | 110001001111011100111111100011111110100011101111001111111100010110100100 | c4f73f8fe8ef3fc5a4 |
UTF-8 | 禎렓饔렧鼎 | 111001111010011010001110111010111010000010010011111010011010010110010100111010111010000010100111111010011011110010001110 | e7a68eeba093e9a594eba0a7e9bc8e |
UHC | 禎렓饔렧鼎 | 11101111111011101000111010101000111010001011110110001110101101101111000010100011 | efee8ea8e8bd8eb6f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)