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^ | 111001011010000010110000010001001110010110100000101100000100010001011110 | e5a0b044e5a0b0445e |
EUC-JP | 蝣ーD蝣ーD^ | 1110101010100010100011101011000001000100111010101010001010001110101100000100010001011110 | eaa28eb044eaa28eb0445e |
UTF-8 | 蝣ーD蝣ーD^ | 111010001001110110100011111011111011110110110000010001001110100010011101101000111110111110111101101100000100010001011110 | e89da3efbdb044e89da3efbdb0445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)