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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 辰繰辰繰B | 100100100100001110001100010010101001001001000011100011000100101001000010 | 92438c4a92438c4a42 |
| EUC-JP | 辰繰辰繰B | 110000111010010010110111101010111100001110100100101101111010101101000010 | c3a4b7abc3a4b7ab42 |
| UTF-8 | 辰繰辰繰B | 11101000101111101011000011100111101110011011000011101000101111101011000011100111101110011011000001000010 | e8beb0e7b9b0e8beb0e7b9b042 |
| UHC | 辰繰辰繰B | 111100101110001111110000110110111111001011100011111100001101101101000010 | f2e3f0dbf2e3f0db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)