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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獰h?傲 | 11100000110101101000001010001000001111111001100011111100 | e0d682883f98fc |
EUC-JP | 獰h?傲 | 11100000110110001010001111101000001111111101000011111110 | e0d8a3e83fd0fe |
UTF-8 | 獰h뵓傲 | 111001111000110110110000111011111011110110001000111010111011010110010011111001011000001010110010 | e78db0efbd88ebb593e582b2 |
UHC | 獰h뵓傲 | 1110011110111110101000111110100010010100100101011110011111101100 | e7bea3e89495e7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)