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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮻ー靱 | 1111110001000101101100001110100011010101 | fc45b0e8d5 |
EUC-JP | 鮻ー靱 | 10001111111010101110101010001110101100001111000011010111 | 8feaea8eb0f0d7 |
UTF-8 | 鮻ー靱 | 111010011010111010111011111011111011110110110000111010011001110110110001 | e9aebbefbdb0e99db1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)