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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 諡膿F | 1110011010001011100101000101111001000110 | e68b945e46 |
EUC-JP | 諡膿F | 1110101111101011110001111011111101000110 | ebebc7bf46 |
UTF-8 | 諡膿F | 11101000101010111010000111101000100001101011111101000110 | e8aba1e886bf46 |
UHC | 諡膿F | 1110001111001101110100101101101101000110 | e3cdd2db46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)