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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 安h安 | 1000100011000000011010001000100011000000 | 88c06888c0 |
EUC-JP | 安h安 | 1011000011000010011010001011000011000010 | b0c268b0c2 |
UTF-8 | 安h安 | 11100101101011101000100101101000111001011010111010001001 | e5ae8968e5ae89 |
UHC | 安h安 | 1110010011001100011010001110010011001100 | e4cc68e4cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)