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 | 杖?? | 10001111111100010011111100111111 | 8ff13f3f |
| EUC-JP | 杖?? | 10111110111100110011111100111111 | bef33f3f |
| UTF-8 | 杖㎬꺊 | 111001101001110110010110111000111000111010101100111010101011101010001010 | e69d96e38eaceaba8a |
| UHC | 杖㎬꺊 | 111011011110100010100111111010001000001110110001 | ede8a7e883b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)