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^ | 1110101110100000101000001110101110100000100101100101011101000100111010111010000010100000111010111010000010010110010101110100010001011110 | eba0a0eba0965744eba0a0eba09657445e |
UHC | 렠렖WD렠렖WD^ | 10001110101100011000111010101011010101110100010010001110101100011000111010101011010101110100010001011110 | 8eb18eab57448eb18eab57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)