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??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
EUC-JP | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
UTF-8 | 챕쩔WD챕쩔WD^ | 1110110010110001100101011110110010101001100101000101011101000100111011001011000110010101111011001010100110010100010101110100010001011110 | ecb195eca9945744ecb195eca99457445e |
UHC | 챕쩔WD챕쩔WD^ | 11000011101010011100001010111111010101110100010011000011101010011100001010111111010101110100010001011110 | c3a9c2bf5744c3a9c2bf57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)