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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 傲?傲?B | 10011000111111000011111110011000111111000011111101000010 | 98fc3f98fc3f42 |
| EUC-JP | 傲?傲?B | 11010000111111100011111111010000111111100011111101000010 | d0fe3fd0fe3f42 |
| UTF-8 | 傲킡傲킡B | 11100101100000101011001011101101100000101010000111100101100000101011001011101101100000101010000101000010 | e582b2ed82a1e582b2ed82a142 |
| UHC | 傲킡傲킡B | 111001111110110010110101010011011110011111101100101101010100110101000010 | e7ecb54de7ecb54d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)