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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 運?√肢?B | 100010010101111000111111100000011110001110001110100010000011111101000010 | 895e3f81e38e883f42 |
| EUC-JP | 運?√肢?B | 101100011011111100111111101000101110010110111011111010000011111101000010 | b1bf3fa2e5bbe83f42 |
| UTF-8 | 運숀√肢렕B | 11101001100000011000101111101100100010001000000011100010100010001001101011101000100000101010001011101011101000001001010101000010 | e9818bec8880e2889ae882a2eba09542 |
| UHC | 運숀√肢렕B | 1110101010100001101111001111000010100001111011101111001010110110100011101010101001000010 | eaa1bcf0a1eef2b68eaa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)