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東 | 1001001110001100011010001001001110001100 | 938c68938c |
EUC-JP | 東h東 | 1100010111101100011010001100010111101100 | c5ec68c5ec |
UTF-8 | 東h東 | 11100110100111011011000101101000111001101001110110110001 | e69db168e69db1 |
UHC | 東h東 | 1101010011010100011010001101010011010100 | d4d468d4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)