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^ | 111001101111100010110111010001001110011011111000101101110100010001011110 | e6f8b744e6f8b7445e |
EUC-JP | 蹂キD蹂キD^ | 1110110011111010100011101011011101000100111011001111101010001110101101110100010001011110 | ecfa8eb744ecfa8eb7445e |
UTF-8 | 蹂キD蹂キD^ | 111010001011100110000010111011111011110110110111010001001110100010111001100000101110111110111101101101110100010001011110 | e8b982efbdb744e8b982efbdb7445e |
UHC | 蹂?D蹂?D^ | 111010111011001100111111010001001110101110110011001111110100010001011110 | ebb33f44ebb33f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)