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 | 澱私?? | 100100110110001010001110100001000011111100111111 | 93628e843f3f |
| EUC-JP | 澱私?? | 110001011100001110111011111001000011111100111111 | c5c3bbe43f3f |
| UTF-8 | 澱私렎잣 | 111001101011111010110001111001111010011110000001111010111010000010001110111011001001111010100011 | e6beb1e7a781eba08eec9ea3 |
| UHC | 澱私렎잣 | 1110111011111110110111101110011110001110101001001100000011100011 | eefedee78ea4c0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)