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{^ | 1001101001101010001111110110111001111101100110100110101000111111011011100111101101011110 | 9a6a3f6e7d9a6a3f6e7b5e |
EUC-JP | 嗚?n}嗚?n{^ | 1101001111001011001111110110111001111101110100111100101100111111011011100111101101011110 | d3cb3f6e7dd3cb3f6e7b5e |
UTF-8 | 嗚꼘n}嗚꼘n{^ | 1110010110010111100110101110101010111100100110000110111001111101111001011001011110011010111010101011110010011000011011100111101101011110 | e5979aeabc986e7de5979aeabc986e7b5e |
UHC | 嗚꼘n}嗚꼘n{^ | 11100111111100001000010001101111011011100111110111100111111100001000010001101111011011100111101101011110 | e7f0846f6e7de7f0846f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)