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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 椽??@h | 100111101011101100111111001111110100000001101000 | 9ebb3f3f4068 |
EUC-JP | 椽??@h | 110111001011110100111111001111110100000001101000 | dcbd3f3f4068 |
UTF-8 | 椽ㅻㅊ@h | 1110011010100100101111011110001110000101101110111110001110000101100010100100000001101000 | e6a4bde385bbe3858a4068 |
UHC | 椽ㅻㅊ@h | 1110011011001011101001001110101110100100101110100100000001101000 | e6cba4eba4ba4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)