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 | 碣h鷯 | 111000011111000010000010100010001110101001011101 | e1f08288ea5d |
EUC-JP | 碣h鷯 | 111000101111001010100011111010001111001110111110 | e2f2a3e8f3be |
UTF-8 | 碣h鷯 | 111001111010001010100011111011111011110110001000111010011011011110101111 | e7a2a3efbd88e9b7af |
UHC | 碣h? | 1100101011100101101000111110100000111111 | cae5a3e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)