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^ | 111001101011011101010111010001001110011010110111010101110100010001011110 | e6b75744e6b757445e |
SJIS-WIN | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
EUC-JP | æ?WDæ?WD^ | 10001111101010011100000100111111010101110100010010001111101010011100000100111111010101110100010001011110 | 8fa9c13f57448fa9c13f57445e |
UTF-8 | æ·WDæ·WD^ | 11000011101001101100001010110111010101110100010011000011101001101100001010110111010101110100010001011110 | c3a6c2b75744c3a6c2b757445e |
UHC | æ·WDæ·WD^ | 10101001101000011010000110100100010101110100010010101001101000011010000110100100010101110100010001011110 | a9a1a1a45744a9a1a1a457445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)