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 | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 浴?m | 10010111100000010011111101101101 | 97813f6d |
EUC-JP | 浴?m | 11001101111000010011111101101101 | cde13f6d |
UTF-8 | 浴냁m | 11100110101101011011010011101011100000111000000101101101 | e6b5b4eb83816d |
UHC | 浴냁m | 1110100110110001100001100101000001101101 | e9b186506d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)