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^ | 101100011010101101010111010001001011000110101011010101110100010001011110 | b1ab5744b1ab57445e |
EUC-JP | アォWDアォWD^ | 10001110101100011000111010101011010101110100010010001110101100011000111010101011010101110100010001011110 | 8eb18eab57448eb18eab57445e |
UTF-8 | アォWDアォWD^ | 1110111110111101101100011110111110111101101010110101011101000100111011111011110110110001111011111011110110101011010101110100010001011110 | efbdb1efbdab5744efbdb1efbdab57445e |
UHC | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)