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 | 筌??釗ф? | 111000101010001100111111001111111111101110111011100001001000011000111111 | e2a33f3ffbbb84863f |
| EUC-JP | 筌??釗ф? | 11100100101001010011111100111111100011111110001110100110101001111110011000111111 | e4a53f3f8fe3a6a7e63f |
| UTF-8 | 筌뚮끽釗ф뎬 | 1110011110101101100011001110101110011010101011101110101110000001101111011110100110000111100101111101000110000100111010111000111010101100 | e7ad8ceb9aaeeb81bde98797d184eb8eac |
| UHC | 筌뚮끽釗ф뎬 | 111011111010011110001100111010111011001110100011111000011111001010101100111001101011010110110100 | efa78cebb3a3e1f2ace6b5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)