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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 渦?鵝?h | 10001001010100010011111111101010010000000011111101101000 | 89513fea403f68 |
EUC-JP | 渦?鵝?h | 10110001101100100011111111110011101000010011111101101000 | b1b23ff3a13f68 |
UTF-8 | 渦풿鵝냜h | 11100110101110001010011011101101100100101011111111101001101101011001110111101011100000111001110001101000 | e6b8a6ed92bfe9b59deb839c68 |
UHC | 渦풿鵝냜h | 111010001011111010111111011001111110010010111101100001100110100001101000 | e8bebf67e4bd866868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)