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 | 辯呈現 | 111001111000011110010010111001101000110010111011 | e78792e68cbb |
| EUC-JP | 辯呈現 | 111011011110011111000100111010001011100010111101 | ede7c4e8b8bd |
| UTF-8 | 辯呈現 | 111010001011111010101111111001011001000110001000111001111000111110111110 | e8beafe59188e78fbe |
| UHC | 辯呈現 | 110111001010101011101111110100001111101011011110 | dcaaefd0fade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)