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 | 襍カ闢犠 | 11101000101101011011011011101000100100111000101101011101 | e8b5b6e8938b5d |
EUC-JP | 襍カ闢犠 | 1111000010110111100011101011011011101111111100111011010110111110 | f0b78eb6eff3b5be |
UTF-8 | 襍カ闢犠 | 111010001010010110001101111011111011110110110110111010011001011110100010111001111000101010100000 | e8a58defbdb6e997a2e78aa0 |
UHC | ??闢? | 0011111100111111110111001010001100111111 | 3f3fdca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)