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 | ?????BO^ | 0011111100111111001111110011111100111111010000100100111101011110 | 3f3f3f3f3f424f5e |
| SJIS-WIN | 円??跡?BO^ | 10001001011111100011111100111111100100001101010100111111010000100100111101011110 | 897e3f3f90d53f424f5e |
| EUC-JP | 円??跡?BO^ | 10110001110111110011111100111111110000001101011100111111010000100100111101011110 | b1df3f3fc0d73f424f5e |
| UTF-8 | 円랑쭫跡빽BO^ | 111001011000011010000110111010111001111010010001111011001010110110101011111010001011011110100001111010111011100110111101010000100100111101011110 | e58686eb9e91ecadabe8b7a1ebb9bd424f5e |
| UHC | 円랑쭫跡빽BO^ | 11100101111101111011011011111011101001111001111111101110111001101011101110101010010000100100111101011110 | e5f7b6fba79feee6bbaa424f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)