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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 儼??揖?B | 1001100101010110001111110011111110010111010010110011111101000010 | 99563f3f974b3f42 |
EUC-JP | 儼??揖?B | 1101000110110111001111110011111111001101101011000011111101000010 | d1b73f3fcdac3f42 |
UTF-8 | 儼볥톪揖봗B | 11100101100001001011110011101011101100111010010111101101100001101010101011100110100011111001011011101011101101001001011101000010 | e584bcebb3a5ed86aae68f96ebb49742 |
UHC | 儼볥톪揖봗B | 1110010111110000100100111110101110110111100000101110101111100111100101000101010001000010 | e5f093ebb782ebe7945442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)