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 | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 巖??m | 1001101111011100001111110011111101101101 | 9bdc3f3f6d |
EUC-JP | 巖??m | 1101011011011110001111110011111101101101 | d6de3f3f6d |
UTF-8 | 巖뜌뢏m | 11100101101101111001011011101011100111001000110011101011101000101000111101101101 | e5b796eb9c8ceba28f6d |
UHC | 巖뜌뢏m | 11100100110111001000110110001111100011110100101001101101 | e4dc8d8f8f4a6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)