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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 辰洩隋A | 10010010010000111000100101101011111001000100000001000001 | 9243896be44041 |
| EUC-JP | 辰洩隋A | 11000011101001001011000111001100111001111010000101000001 | c3a4b1cce7a141 |
| UTF-8 | 辰洩隋A | 11101000101111101011000011100110101101001010100111101001100110101000101101000001 | e8beb0e6b4a9e99a8b41 |
| UHC | 辰洩隋A | 11110010111000111110000011011101111000101100100101000001 | f2e3e0dde2c941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)