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^ | 111001111001010010101100010001001110011110010100101011000100010001011110 | e794ac44e794ac445e |
EUC-JP | 逕ャD逕ャD^ | 1110110111110100100011101010110001000100111011011111010010001110101011000100010001011110 | edf48eac44edf48eac445e |
UTF-8 | 逕ャD逕ャD^ | 111010011000000010010101111011111011110110101100010001001110100110000000100101011110111110111101101011000100010001011110 | e98095efbdac44e98095efbdac445e |
UHC | 逕?D逕?D^ | 110011001110111100111111010001001100110011101111001111110100010001011110 | ccef3f44ccef3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)