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 | 鄙戊◆ | 111001111011111110010101111010001000000110011111 | e7bf95e8819f |
| EUC-JP | 鄙戊◆ | 111011101100000111001010111010101010001010100001 | eec1caeaa2a1 |
| UTF-8 | 鄙戊◆ | 111010011000010010011001111001101000100010001010111000101001011110000110 | e98499e6888ae29786 |
| UHC | 鄙戊◆ | 110111101010100111011001111001101010000111011111 | dea9d9e6a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)