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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?簒 | 001111111001100111010011 | 3f99d3 |
EUC-JP | ?簒 | 001111111101001011010101 | 3fd2d5 |
UTF-8 | 얼簒 | 111011001001011010111100111001111011000010010010 | ec96bce7b092 |
UHC | 얼簒 | 10111110111100111111001111000010 | bef3f3c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)