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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 闊槻キ | 1110100010001000100100101100111010110111 | e88892ceb7 |
| EUC-JP | 闊槻キ | 111011111110100011000100110100001000111010110111 | efe8c4d08eb7 |
| UTF-8 | 闊槻キ | 111010011001011110001010111001101010011110111011111011111011110110110111 | e9978ae6a7bbefbdb7 |
| UHC | 闊槻? | 1111110011000100110100001010011100111111 | fcc4d0a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)