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 | 11101001101010111010111011100101100100101000111011100101101100001011100001000010 | e9abaee5928ee5b0b842 |
| EUC-JP | 鬮ョ蜥主ークB | 11110010101011011000111010101110111010011111001010111100111001111000111010110000100011101011100001000010 | f2ad8eaee9f2bce78eb08eb842 |
| UTF-8 | 鬮ョ蜥主ークB | 11101001101011001010111011101111101111011010111011101000100111001010010111100100101110001011101111101111101111011011000011101111101111011011100001000010 | e9acaeefbdaee89ca5e4b8bbefbdb0efbdb842 |
| UHC | ???主??B | 0011111100111111001111111111000110101011001111110011111101000010 | 3f3f3ff1ab3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)