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 | äÀ¼¥ | 1000111111100100110000001011110010100101 | 8fe4c0bca5 |
| SJIS-WIN | ????¥ | 001111110011111100111111001111111000000110001111 | 3f3f3f3f818f |
| EUC-JP | ?äÀ?? | 001111111000111110101011101000111000111110101010101000100011111100111111 | 3f8faba38faaa23f3f |
| UTF-8 | äÀ¼¥ | 11000010100011111100001110100100110000111000000011000010101111001100001010100101 | c28fc3a4c380c2bcc2a5 |
| UHC | ???¼? | 001111110011111100111111101010001111100100111111 | 3f3f3fa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)