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^ | 100100001110010100111111010001001001000011100101001111110100010001011110 | 90e53f4490e53f445e |
EUC-JP | 仙剡D仙剡D^ | 11000000111001111000111110110011110001110100010011000000111001111000111110110011110001110100010001011110 | c0e78fb3c744c0e78fb3c7445e |
UTF-8 | 仙剡D仙剡D^ | 111001001011101110011001111001011000100110100001010001001110010010111011100110011110010110001001101000010100010001011110 | e4bb99e589a144e4bb99e589a1445e |
UHC | 仙剡D仙剡D^ | 1110000010111001111000001110011001000100111000001011100111100000111001100100010001011110 | e0b9e0e644e0b9e0e6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)