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 | ??荻 | 00111111001111111000100110101100 | 3f3f89ac |
| EUC-JP | ??荻 | 00111111001111111011001010101110 | 3f3fb2ae |
| UTF-8 | 낵룫荻 | 111010111000001010110101111010111010001110101011111010001000110110111011 | eb82b5eba3abe88dbb |
| UHC | 낵룫荻 | 101100111011110010001111101000101110111011100010 | b3bc8fa2eee2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)