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 | ?Lx | 001111110100110001111000 | 3f4c78 |
SJIS-WIN | ?Lx | 001111110100110001111000 | 3f4c78 |
EUC-JP | ?Lx | 001111110100110001111000 | 3f4c78 |
UTF-8 | 청Lx | 1110110010110010101011010100110001111000 | ecb2ad4c78 |
UHC | 청Lx | 11000011101110110100110001111000 | c3bb4c78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)