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] | 00111111001111110110110101011101 | 3f3f6d5d |
SJIS-WIN | 鬥ヲm] | 1110100110100110101001100110110101011101 | e9a6a66d5d |
EUC-JP | 鬥ヲm] | 111100101010100010001110101001100110110101011101 | f2a88ea66d5d |
UTF-8 | 鬥ヲm] | 1110100110101100101001011110111110111101101001100110110101011101 | e9aca5efbda66d5d |
UHC | ??m] | 00111111001111110110110101011101 | 3f3f6d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)