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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | ?手?O | 0011111110001110111010000011111101001111 | 3f8ee83f4f |
| EUC-JP | ?手?O | 0011111110111100111010100011111101001111 | 3fbcea3f4f |
| UTF-8 | 隸手쏑O | 11101111101001101011100011100110100010011000101111101100100011111001000101001111 | efa6b8e6898bec8f914f |
| UHC | 隸手쏑O | 11100111111001101110001010100010100110111111011101001111 | e7e6e2a29bf74f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)