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 | «ãû«³ | 1000111110101011111000111111101110001111101010111011001110001111 | 8fabe3fb8fabb38f |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ??ãû???? | 001111110011111110001111101010111010101010001111101010111110010100111111001111110011111100111111 | 3f3f8fabaa8fabe53f3f3f3f |
| UTF-8 | «ãû«³ | 11000010100011111100001010101011110000111010001111000011101110111100001010001111110000101010101111000010101100111100001010001111 | c28fc2abc3a3c3bbc28fc2abc2b3c28f |
| UHC | ??????³? | 001111110011111100111111001111110011111100111111101010011111100000111111 | 3f3f3f3f3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)