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 | 雍井ソ苓∮騾 | 1110100010110100100010001110010010111111100101111110100010000111100100111110100110000000 | e8b488e4bf97e88793e980 |
| EUC-JP | 雍井ソ苓?騾 | 1111000010110110101100001110011010001110101111111100111011101010001111111111000111100000 | f0b6b0e68ebfceea3ff1e0 |
| UTF-8 | 雍井ソ苓∮騾 | 111010011001101110001101111001001011101010010101111011111011110110111111111010001000101110010011111000101000100010101110111010011010100010111110 | e99b8de4ba95efbdbfe88b93e288aee9a8be |
| UHC | 雍井??∮? | 111010001011110011101111110011000011111100111111101000101011000100111111 | e8bcefcc3f3fa2b13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)