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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 舌舌B | 1001000011100011100100001110001101000010 | 90e390e342 |
EUC-JP | 舌舌B | 1100000011100101110000001110010101000010 | c0e5c0e542 |
UTF-8 | 舌舌B | 11101000100010001000110011101000100010001000110001000010 | e8888ce8888c42 |
UHC | 舌舌B | 1110000011011111111000001101111101000010 | e0dfe0df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)