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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 裔??蟹? | 11100101111000010011111100111111100010100100100100111111 | e5e13f3f8a493f |
| EUC-JP | 裔??蟹? | 11101010111000110011111100111111101100111010101000111111 | eae33f3fb3aa3f |
| UTF-8 | 裔됱꼶蟹켉 | 111010001010001110010100111010111001000010110001111010101011110010110110111010001001111110111001111011001011110010001001 | e8a394eb90b1eabcb6e89fb9ecbc89 |
| UHC | 裔됱꼶蟹켉 | 11100111111000001000100111101100100001001000111011111010101011111011000101000110 | e7e089ec848efaafb146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)