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 | ??WD^ | 0011111100111111010101110100010001011110 | 3f3f57445e |
SJIS-WIN | ??WD^ | 0011111100111111010101110100010001011110 | 3f3f57445e |
EUC-JP | ??WD^ | 0011111100111111010101110100010001011110 | 3f3f57445e |
UTF-8 | 횄징WD^ | 111011011001101010000100111011001010011110010101010101110100010001011110 | ed9a84eca79557445e |
UHC | 횄징WD^ | 11000011100000111100001010100001010101110100010001011110 | c383c2a157445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)