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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 獰??h | 1110000011010110001111110011111101101000 | e0d63f3f68 |
EUC-JP | 獰??h | 1110000011011000001111110011111101101000 | e0d83f3f68 |
UTF-8 | 獰꺿뾿h | 11100111100011011011000011101010101110101011111111101011101111101011111101101000 | e78db0eababfebbebf68 |
UHC | 獰꺿뾿h | 11100111101111101000001111100010100101111000011101101000 | e7be83e2978768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)