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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 彫?隕?夭 | 1001001010100100001111111110100010100110001111111001101011101110 | 92a43fe8a63f9aee |
| EUC-JP | 彫?隕?夭 | 1100010010100110001111111111000010101000001111111101010011110000 | c4a63ff0a83fd4f0 |
| UTF-8 | 彫렋隕렎夭 | 111001011011110110101011111010111010000010001011111010011001101010010101111010111010000010001110111001011010010010101101 | e5bdabeba08be99a95eba08ee5a4ad |
| UHC | 彫렋隕렎夭 | 11110000110000011000111010100010111010101010001010001110101001001110100011101100 | f0c18ea2eaa28ea4e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)