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 | ???S??? | 00111111001111110011111101010011001111110011111100111111 | 3f3f3f533f3f3f |
| SJIS-WIN | 絶??S絶?? | 100100001110001000111111001111110101001110010000111000100011111100111111 | 90e23f3f5390e23f3f |
| EUC-JP | 絶??S絶?? | 110000001110010000111111001111110101001111000000111001000011111100111111 | c0e43f3f53c0e43f3f |
| UTF-8 | 絶껓쉠S絶귝톸 | 11100111101101011011011011101010101110111001001111101100100010011010000001010011111001111011010110110110111010101011011110011101111011011000011010111000 | e7b5b6eabb93ec89a053e7b5b6eab79ded86b8 |
| UHC | 絶껓쉠S絶귝톸 | 11101111101111101000001111101111101111011010101001010011111011111011111010000010111001101011011110001100 | efbe83efbdaa53efbe82e6b78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)