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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???円?? | 00111111001111110011111110001001011111100011111100111111 | 3f3f3f897e3f3f |
| EUC-JP | 鎣??円?? | 100011111110010110110010001111110011111110110001110111110011111100111111 | 8fe5b23f3fb1df3f3f |
| UTF-8 | 鎣ㆋㄷ円숂엿 | 111010011000111010100011111000111000011010001011111000111000010010110111111001011000011010000110111011001000100010000010111011001001011110111111 | e98ea3e3868be384b7e58686ec8882ec97bf |
| UHC | 鎣ㆋㄷ円숂엿 | 111110111010111110100100111110111010010010100111111001011111011110011001111001111011111110110011 | fbafa4fba4a7e5f799e7bfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)