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 | ??DgQ | 0011111100111111010001000110011101010001 | 3f3f446751 |
SJIS-WIN | ??DgQ | 0011111100111111010001000110011101010001 | 3f3f446751 |
EUC-JP | ??DgQ | 0011111100111111010001000110011101010001 | 3f3f446751 |
UTF-8 | 횂혪DgQ | 111011011001101010000010111011011001100010101010010001000110011101010001 | ed9a82ed98aa446751 |
UHC | 횂혪DgQ | 11000011100000101100001010010010010001000110011101010001 | c382c292446751 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)