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 | 蔗懃瑳 | 111001001111001010011100111001111000110110111010 | e4f29ce78dba |
EUC-JP | 蔗懃瑳 | 111010001111010011011000111010011011101010111100 | e8f4d8e9babc |
UTF-8 | 蔗懃瑳 | 111010001001010010010111111001101000011110000011111001111001000110110011 | e89497e68783e791b3 |
UHC | 蔗懃? | 1110110110111101110100001100010000111111 | edbdd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)