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簔 | 1110001011000001011010001110001011000001 | e2c168e2c1 |
EUC-JP | 簔h簔 | 1110010011000011011010001110010011000011 | e4c368e4c3 |
UTF-8 | 簔h簔 | 11100111101100001001010001101000111001111011000010010100 | e7b09468e7b094 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)