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 | ?槐 | 001111111001111011000101 | 3f9ec5 |
EUC-JP | ?槐 | 001111111101110011000111 | 3fdcc7 |
UTF-8 | 굴槐 | 111010101011010110110100111001101010011110010000 | eab5b4e6a790 |
UHC | 굴槐 | 10110001101111001100111011011001 | b1bcced9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)