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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 溏潁D溏潁D^ | 1001111111101101100111111111000101000100100111111110110110011111111100010100010001011110 | 9fed9ff1449fed9ff1445e |
EUC-JP | 溏潁D溏潁D^ | 1101111011101111110111101111001101000100110111101110111111011110111100110100010001011110 | deefdef344deefdef3445e |
UTF-8 | 溏潁D溏潁D^ | 111001101011101010001111111001101011110110000001010001001110011010111010100011111110011010111101100000010100010001011110 | e6ba8fe6bd8144e6ba8fe6bd81445e |
UHC | ?潁D?潁D^ | 001111111110011110111000010001000011111111100111101110000100010001011110 | 3fe7b8443fe7b8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)