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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 杓革驗痔貊B | 1000111011011011100010100111011011101001100001001000111010100100111001101011101101000010 | 8edb8a76e9848ea4e6bb42 |
| EUC-JP | 杓革驗痔貊B | 1011110011011101101100111101011111110001111001001011110010100110111011001011110101000010 | bcddb3d7f1e4bca6ecbd42 |
| UTF-8 | 杓革驗痔貊B | 11100110100111011001001111101001100111011010100111101001101010011001011111100111100101111001010011101000101100101000101001000010 | e69d93e99da9e9a997e79794e8b28a42 |
| UHC | 杓革驗痔貊B | 1111100011110101111110101101010011111010110100001111011011000000110110001110011101000010 | f8f5fad4fad0f6c0d8e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)