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 | ????щ? | 00111111001111110011111100111111100001001000101100111111 | 3f3f3f3f848b3f |
| EUC-JP | 獒???щ? | 100011111100101110111011001111110011111100111111101001111110101100111111 | 8fcbbb3f3f3fa7eb3f |
| UTF-8 | 獒쎈젵吳щ젿 | 1110011110001101100100101110110010001110100010001110110010100000101101011110010110010000101100111101000110001001111011001010000010111111 | e78d92ec8e88eca0b5e590b3d189eca0bf |
| UHC | 獒쎈젵吳щ젿 | 111010001010001110111101111010111010000010101001111001111110111110101100111010111010000010110001 | e8a3bdeba0a9e7efaceba0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)