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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 軏情勢魄戎 | 11111011101100101000111111101110100100001010100011101001101011101000111101011110 | fbb28fee90a8e9ae8f5e |
| EUC-JP | 軏情勢魄戎 | 1000111111100000110110011011111011110000110000001010101011110010101100001011110110111111 | 8fe0d9bef0c0aaf2b0bdbf |
| UTF-8 | 軏情勢魄戎 | 111010001011101110001111111001101000001110000101111001011000101110100010111010011010110110000100111001101000100010001110 | e8bb8fe68385e58ba2e9ad84e6888e |
| UHC | ?情勢魄戎 | 001111111110111111010111111000011010011111011011110111101110101111010100 | 3fefd7e1a7dbdeebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)