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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 巖??^ | 1001101111011100001111110011111101011110 | 9bdc3f3f5e |
EUC-JP | 巖??^ | 1101011011011110001111110011111101011110 | d6de3f3f5e |
UTF-8 | 巖뗮뢄^ | 11100101101101111001011011101011100101111010111011101011101000101000010001011110 | e5b796eb97aeeba2845e |
UHC | 巖뗮뢄^ | 11100100110111001000101111101101100011101111111001011110 | e4dc8bed8efe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)