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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 縡?移?轅?B | 11100011011100010011111110001000110110100011111111100111011101100011111101000010 | e3713f88da3fe7763f42 |
| EUC-JP | 縡?移?轅?B | 11100101110100100011111110110000110111000011111111101101110101110011111101000010 | e5d23fb0dc3fedd73f42 |
| UTF-8 | 縡렕移렊轅렋B | 11100111101110001010000111101011101000001001010111100111101001111011101111101011101000001000101011101000101111011000010111101011101000001000101101000010 | e7b8a1eba095e7a7bbeba08ae8bd85eba08b42 |
| UHC | 縡렕移렊轅렋B | 11101110101011011000111010101010111011001011100110001110101000011110101010111111100011101010001001000010 | eead8eaaecb98ea1eabf8ea242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)