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 | ?@? | 001111110100000000111111 | 3f403f |
SJIS-WIN | ?@? | 001111110100000000111111 | 3f403f |
EUC-JP | ?@? | 001111110100000000111111 | 3f403f |
UTF-8 | 청@횂 | 11101100101100101010110101000000111011011001101010000010 | ecb2ad40ed9a82 |
UHC | 청@횂 | 1100001110111011010000001100001110000010 | c3bb40c382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)