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 | 1001100011010111100101101010101000111111001111110011111101000010 | 98d796aa3f3f3f42 |
| EUC-JP | 俎蓑???B | 1101000011011001110011001010110000111111001111110011111101000010 | d0d9ccac3f3f3f42 |
| UTF-8 | 俎蓑렞흐썹B | 11100100101111111000111011101000100100111001000111101011101000001001111011101101100111011001000011101100100011011011100101000010 | e4bf8ee89391eba09eed9d90ec8db942 |
| UHC | 俎蓑렞흐썹B | 1111000010111011110111101110111010001110101011111100100011100101101111011110011101000010 | f0bbdeee8eafc8e5bde742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)