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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢呵オヲ | 111010001001001110011001111010001011010110100110 | e89399e8b5a6 |
EUC-JP | 闢呵オヲ | 1110111111110011110100101110101010001110101101011000111010100110 | eff3d2ea8eb58ea6 |
UTF-8 | 闢呵オヲ | 111010011001011110100010111001011001000110110101111011111011110110110101111011111011110110100110 | e997a2e591b5efbdb5efbda6 |
UHC | 闢呵?? | 110111001010001111001010101001110011111100111111 | dca3caa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)