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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | ?拙?^ | 0011111110010000110110010011111101011110 | 3f90d93f5e |
| EUC-JP | ?拙?^ | 0011111111000000110110110011111101011110 | 3fc0db3f5e |
| UTF-8 | 솰拙세^ | 11101100100001101011000011100110100010111001100111101100100001001011100001011110 | ec86b0e68b99ec84b85e |
| UHC | 솰拙세^ | 10111100111000001111000011110000101111001011110001011110 | bce0f0f0bcbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)