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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 喇鯣n}喇鯣n{^ | 10011010011010001110100111000110011011100111110110011010011010001110100111000110011011100111101101011110 | 9a68e9c66e7d9a68e9c66e7b5e |
EUC-JP | 喇鯣n}喇鯣n{^ | 11010011110010011111001011001000011011100111110111010011110010011111001011001000011011100111101101011110 | d3c9f2c86e7dd3c9f2c86e7b5e |
UTF-8 | 喇鯣n}喇鯣n{^ | 1110010110010110100001111110100110101111101000110110111001111101111001011001011010000111111010011010111110100011011011100111101101011110 | e59687e9afa36e7de59687e9afa36e7b5e |
UHC | 喇?n}喇?n{^ | 1101010011111010001111110110111001111101110101001111101000111111011011100111101101011110 | d4fa3f6e7dd4fa3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)