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 | 隕√Η | 111010001010011010000001111000111000001110100101 | e8a681e383a5 |
EUC-JP | 隕√Η | 111100001010100010100010111001011010011010100111 | f0a8a2e5a6a7 |
UTF-8 | 隕√Η | 1110100110011010100101011110001010001000100110101100111010010111 | e99a95e2889ace97 |
UHC | 隕√Η | 111010101010001010100001111011101010010111000111 | eaa2a1eea5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)