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 | セュ襃自捨 | 1011111010101101111001011110111110001110101010011000111011001100 | beade5ef8ea98ecc |
| EUC-JP | セュ襃自捨 | 10001110101111101000111010101101111010101111000110111100101010111011110011001110 | 8ebe8eadeaf1bcabbcce |
| UTF-8 | セュ襃自捨 | 111011111011110110111110111011111011110110101101111010001010010110000011111010001000011110101010111001101000110110101000 | efbdbeefbdade8a583e887aae68da8 |
| UHC | ???自捨 | 00111111001111110011111111101101101110111101111011010111 | 3f3f3fedbbded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)