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 | 衽袢 | 11100101110100011110010111011001 | e5d1e5d9 |
EUC-JP | 衽袢 | 11101010110100111110101011011011 | ead3eadb |
UTF-8 | 衽袢 | 111010001010000110111101111010001010001010100010 | e8a1bde8a2a2 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)