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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 儼??揖?E | 1001100101010110001111110011111110010111010010110011111101000101 | 99563f3f974b3f45 |
EUC-JP | 儼??揖?E | 1101000110110111001111110011111111001101101011000011111101000101 | d1b73f3fcdac3f45 |
UTF-8 | 儼볥톪揖봕E | 11100101100001001011110011101011101100111010010111101101100001101010101011100110100011111001011011101011101101001001010101000101 | e584bcebb3a5ed86aae68f96ebb49545 |
UHC | 儼볥톪揖봕E | 1110010111110000100100111110101110110111100000101110101111100111100101000101001001000101 | e5f093ebb782ebe7945245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)