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 | «åE¢ðD^ | 100011111010101111100101010001011000111110100010111100000100010001011110 | 8fabe5458fa2f0445e |
SJIS-WIN | ???E?¢?D^ | 00111111001111110011111101000101001111111000000110010001001111110100010001011110 | 3f3f3f453f81913f445e |
EUC-JP | ??åE?¢ðD^ | 0011111100111111100011111010101110101001010001010011111110100001111100011000111110101001110000110100010001011110 | 3f3f8faba9453fa1f18fa9c3445e |
UTF-8 | «åE¢ðD^ | 110000101000111111000010101010111100001110100101010001011100001010001111110000101010001011000011101100000100010001011110 | c28fc2abc3a545c28fc2a2c3b0445e |
UHC | ???E??ðD^ | 00111111001111110011111101000101001111110011111110101001101000110100010001011110 | 3f3f3f453f3fa9a3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)