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 | 喇遨摩^ | 10011010011010001110011110101001100101101000000001011110 | 9a68e7a996805e |
EUC-JP | 喇遨摩^ | 11010011110010011110111010101011110010111110000001011110 | d3c9eeabcbe05e |
UTF-8 | 喇遨摩^ | 11100101100101101000011111101001100000011010100011100110100100011010100101011110 | e59687e981a8e691a95e |
UHC | 喇?摩^ | 110101001111101000111111110110001010010001011110 | d4fa3fd8a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)