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 | ??小? | 0011111100111111100011111010110000111111 | 3f3f8fac3f |
| EUC-JP | ??小? | 0011111100111111101111101010111000111111 | 3f3fbeae3f |
| UTF-8 | 숣쉃小숸 | 111011001000100010100011111011001000100110000011111001011011000010001111111011001000100010111000 | ec88a3ec8983e5b08fec88b8 |
| UHC | 숣쉃小숸 | 1001100111111110100110100101100011100001101100111001101001001101 | 99fe9a58e1b39a4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)