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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
UTF-8 | 銳앗됱땡@h | 1110100110001010101100111110110010010101100101111110101110010000101100011110101110010101101000010100000001101000 | e98ab3ec9597eb90b1eb95a14068 |
UHC | 銳앗됱땡@h | 11100111111001011011111011010001100010011110110010110110101011110100000001101000 | e7e5bed189ecb6af4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)