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^ | 1110101110100011101101001110110010100000100010000101011101000100111010111010001110110100111011001010000010001000010101110100010001011110 | eba3b4eca0885744eba3b4eca08857445e |
UHC | 룴절WD룴절WD^ | 10001111101010011100000011111101010101110100010010001111101010011100000011111101010101110100010001011110 | 8fa9c0fd57448fa9c0fd57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)