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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | ?寶?@h | 001111111001101110001111001111110100000001101000 | 3f9b8f3f4068 |
EUC-JP | ?寶?@h | 001111111101010111101111001111110100000001101000 | 3fd5ef3f4068 |
UTF-8 | 렺寶렧@h | 1110101110100000101110101110010110101111101101101110101110100000101001110100000001101000 | eba0bae5afb6eba0a74068 |
UHC | 렺寶렧@h | 1000111011000010110111001100010010001110101101100100000001101000 | 8ec2dcc48eb64068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)