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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
| SJIS-WIN | 維?しu | 100010001101101100111111100000101011010101110101 | 88db3f82b575 |
| EUC-JP | 維?しu | 101100001101110100111111101001001011011101110101 | b0dd3fa4b775 |
| UTF-8 | 維껊しu | 11100111101101101010110111101010101110111000101011100011100000011001011101110101 | e7b6adeabb8ae3819775 |
| UHC | 維껊しu | 11101011101010111000001111101011101010101011011101110101 | ebab83ebaab775 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)