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 | 邯懃抜 | 111001111011011010011100111001111001010010110010 | e7b69ce794b2 |
EUC-JP | 邯懃抜 | 111011101011100011011000111010011100100010110100 | eeb8d8e9c8b4 |
UTF-8 | 邯懃抜 | 111010011000001010101111111001101000011110000011111001101000101010011100 | e982afe68783e68a9c |
UHC | 邯懃? | 1100101011111011110100001100010000111111 | cafbd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)