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 | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | ???瓦??O^ | 001111110011111100111111100010101010001000111111001111110100111101011110 | 3f3f3f8aa23f3f4f5e |
| EUC-JP | ???瓦??O^ | 001111110011111100111111101101001010010000111111001111110100111101011110 | 3f3f3fb4a43f3f4f5e |
| UTF-8 | 吳뱄쉿瓦븝슬O^ | 1110010110010000101100111110101110110001100001001110110010001001101111111110011110010011101001101110101110111000100111011110110010001010101011000100111101011110 | e590b3ebb184ec89bfe793a6ebb89dec8aac4f5e |
| UHC | 吳뱄쉿瓦븝슬O^ | 1110011111101111101110011110111110111101101100101110100010111111101110101110111110111101101111010100111101011110 | e7efb9efbdb2e8bfbaefbdbd4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)