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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 巖??\ | 1001101111011100001111110011111101011100 | 9bdc3f3f5c |
EUC-JP | 巖??\ | 1101011011011110001111110011111101011100 | d6de3f3f5c |
UTF-8 | 巖꼷뢘\ | 11100101101101111001011011101010101111001011011111101011101000101001100001011100 | e5b796eabcb7eba2985c |
UHC | 巖꼷뢘\ | 11100100110111001000010010001111100011110101001101011100 | e4dc848f8f535c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)