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 | 賍柴 | 11100110110110101000111011000100 | e6da8ec4 |
EUC-JP | 賍柴 | 11101100110111001011110011000110 | ecdcbcc6 |
UTF-8 | 賍柴 | 111010001011001110001101111001101001111110110100 | e8b38de69fb4 |
UHC | ?柴 | 001111111110001111000011 | 3fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)