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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 兀?N}兀?N{^ | 1001100101011001001111110100111001111101100110010101100100111111010011100111101101011110 | 99593f4e7d99593f4e7b5e |
EUC-JP | 兀?N}兀?N{^ | 1101000110111010001111110100111001111101110100011011101000111111010011100111101101011110 | d1ba3f4e7dd1ba3f4e7b5e |
UTF-8 | 兀껧N}兀껧N{^ | 1110010110000101100000001110101010111011101001110100111001111101111001011000010110000000111010101011101110100111010011100111101101011110 | e58580eabba74e7de58580eabba74e7b5e |
UHC | 兀껧N}兀껧N{^ | 11101000101101001000010001000010010011100111110111101000101101001000010001000010010011100111101101011110 | e8b484424e7de8b484424e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)