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{^ | 1001100101011001001111110110111001111101100110010101100100111111011011100111101101011110 | 99593f6e7d99593f6e7b5e |
EUC-JP | 兀?n}兀?n{^ | 1101000110111010001111110110111001111101110100011011101000111111011011100111101101011110 | d1ba3f6e7dd1ba3f6e7b5e |
UTF-8 | 兀뻃n}兀뻃n{^ | 1110010110000101100000001110101110111011100000110110111001111101111001011000010110000000111010111011101110000011011011100111101101011110 | e58580ebbb836e7de58580ebbb836e7b5e |
UHC | 兀뻃n}兀뻃n{^ | 11101000101101001001011001001100011011100111110111101000101101001001011001001100011011100111101101011110 | e8b4964c6e7de8b4964c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)