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 | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-WIN | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
EUC-JP | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
UTF-8 | 롇렟m롇렟m^ | 111010111010000110000111111010111010000010011111011011011110101110100001100001111110101110100000100111110110110101011110 | eba187eba09f6deba187eba09f6d5e |
UHC | 롇렟m롇렟m^ | 1000111011001101100011101011000001101101100011101100110110001110101100000110110101011110 | 8ecd8eb06d8ecd8eb06d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)