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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 円??円??B | 100010010111111000111111001111111000100101111110001111110011111101000010 | 897e3f3f897e3f3f42 |
| EUC-JP | 円??円??B | 101100011101111100111111001111111011000111011111001111110011111101000010 | b1df3f3fb1df3f3f42 |
| UTF-8 | 円㏓젔円㏓젔B | 11100101100001101000011011100011100011111001001111101100101000001001010011100101100001101000011011100011100011111001001111101100101000001001010001000010 | e58686e38f93eca094e58686e38f93eca09442 |
| UHC | 円㏓젔円㏓젔B | 11100101111101111010011111101011101000001001001011100101111101111010011111101011101000001001001001000010 | e5f7a7eba092e5f7a7eba09242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)