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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陌樓コ | 1110100010011001100111101110101010111010 | e8999eeaba |
EUC-JP | 陌樓コ | 111011111111100111011100111011001000111010111010 | eff9dcec8eba |
UTF-8 | 陌樓コ | 111010011001100110001100111001101010100010010011111011111011110110111010 | e9998ce6a893efbdba |
UHC | 陌樓? | 1101100011101000110101111010011100111111 | d8e8d7a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)