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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
EUC-JP | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
UTF-8 | 룶킃㈛룶₃@h | 1110101110100011101101101110110110000010100000111110001110001000100110111110101110100011101101101110001010000010100000110100000001101000 | eba3b6ed8283e3889beba3b6e282834068 |
UHC | 룶킃㈛룶₃@h | 100011111010101110110100100011111010100111001100100011111010101110101001111111010100000001101000 | 8fabb48fa9cc8faba9fd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)