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 | 褶カ諶榊 | 11100101111101111011011011111011101010101000110111100101 | e5f7b6fbaa8de5 |
| EUC-JP | 褶カ諶榊 | 111010101111100110001110101101101000111111011110101101011011101011100111 | eaf98eb68fdeb5bae7 |
| UTF-8 | 褶カ諶榊 | 111010001010010010110110111011111011110110110110111010001010101110110110111001101010011010001010 | e8a4b6efbdb6e8abb6e6a68a |
| UHC | 褶?諶? | 111000111010100000111111111001001010011000111111 | e3a83fe4a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)