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 | 竅? | 111000101000000100111111 | e2813f |
EUC-JP | 竅? | 111000111110000100111111 | e3e13f |
UTF-8 | 竅숩 | 111001111010101110000101111011001000100010101001 | e7ab85ec88a9 |
UHC | 竅숩 | 11010000101010111011110011111100 | d0abbcfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)