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 | ???荏?? | 00111111001111110011111110001001011000000011111100111111 | 3f3f3f89603f3f |
| EUC-JP | ???荏?? | 00111111001111110011111110110001110000010011111100111111 | 3f3f3fb1c13f3f |
| UTF-8 | 淋㏃콈荏꿰솻 | 111011111010011110110101111000111000111110000011111011001011110110001000111010001000110110001111111010101011111110110000111011001000011010111011 | efa7b5e38f83ecbd88e88d8feabfb0ec86bb |
| UHC | 淋㏃콈荏꿰솻 | 111011001111100010100111111011001011000110000100111011001111101110110010111001111001100110110000 | ecf8a7ecb184ecfbb2e799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)