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 | 巡??? | 1000111110000100001111110011111100111111 | 8f843f3f3f |
| EUC-JP | 巡??? | 1011110111100100001111110011111100111111 | bde43f3f3f |
| UTF-8 | 巡됮갌輦 | 111001011011011110100001111010111001000010101110111010101011000010001100111011111010011010011000 | e5b7a1eb90aeeab08cefa698 |
| UHC | 巡됮갌輦 | 1110001011011110100010011110100110000001010001101110011011100100 | e2de89e98146e6e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)