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 | ?????Y? | 00111111001111110011111100111111001111110101100100111111 | 3f3f3f3f3f593f |
| SJIS-WIN | 円??跡?Y円 | 10001001011111100011111100111111100100001101010100111111010110011000100101111110 | 897e3f3f90d53f59897e |
| EUC-JP | 円??跡?Y円 | 10110001110111110011111100111111110000001101011100111111010110011011000111011111 | b1df3f3fc0d73f59b1df |
| UTF-8 | 円랑쭫跡빽Y円 | 11100101100001101000011011101011100111101001000111101100101011011010101111101000101101111010000111101011101110011011110101011001111001011000011010000110 | e58686eb9e91ecadabe8b7a1ebb9bd59e58686 |
| UHC | 円랑쭫跡빽Y円 | 11100101111101111011011011111011101001111001111111101110111001101011101110101010010110011110010111110111 | e5f7b6fba79feee6bbaa59e5f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)