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 | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-WIN | 笆。笆ゥ@ | 11100010100101101010000111100010100101101010100101000000 | e296a1e296a940 |
EUC-JP | 笆。笆ゥ@ | 111000111111011010001110101000011110001111110110100011101010100101000000 | e3f68ea1e3f68ea940 |
UTF-8 | 笆。笆ゥ@ | 11100111101011001000011011101111101111011010000111100111101011001000011011101111101111011010100101000000 | e7ac86efbda1e7ac86efbda940 |
UHC | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)