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 | 100110001101011110001101111011011000001010101101001111110011111101000010 | 98d78ded82ad3f3f42 |
| EUC-JP | 俎削く??B | 110100001101100110111010111011111010010010101111001111110011111101000010 | d0d9baefa4af3f3f42 |
| UTF-8 | 俎削く흐썹B | 11100100101111111000111011100101100010011000101011100011100000011000111111101101100111011001000011101100100011011011100101000010 | e4bf8ee5898ae3818fed9d90ec8db942 |
| UHC | 俎削く흐썹B | 1111000010111011110111101111101110101010101011111100100011100101101111011110011101000010 | f0bbdefbaaafc8e5bde742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)