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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 維??維?し | 100010001101101100111111001111111000100011011011001111111000001010110101 | 88db3f3f88db3f82b5 |
| EUC-JP | 維??維?し | 101100001101110100111111001111111011000011011101001111111010010010110111 | b0dd3f3fb0dd3fa4b7 |
| UTF-8 | 維귣쳡維껊し | 111001111011011010101101111010101011011110100011111011001011001110100001111001111011011010101101111010101011101110001010111000111000000110010111 | e7b6adeab7a3ecb3a1e7b6adeabb8ae38197 |
| UHC | 維귣쳡維껊し | 111010111010101110000010111010111010101110000111111010111010101110000011111010111010101010110111 | ebab82ebab87ebab83ebaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)