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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?燒賞? | 001111111110000010010110100011111101110000111111 | 3fe0968fdc3f |
| EUC-JP | ?燒賞? | 001111111101111111110110101111101101111000111111 | 3fdff6bede3f |
| UTF-8 | 稶燒賞잏 | 111001111010100010110110111001111000011110010010111010001011001110011110111011001001111010001111 | e7a8b6e78792e8b39eec9e8f |
| UHC | 稶燒賞잏 | 1110100111110011111000011100000011011111110110111001111111100111 | e9f3e1c0dfdb9fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)