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 | Íâ²À^ | 10001110110011011110001010110010100011101100000001011110 | 8ecde2b28ec05e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?Íâ??À^ | 00111111100011111010101010111111100011111010101110100100001111110011111110001111101010101010001001011110 | 3f8faabf8faba43f3f8faaa25e |
UTF-8 | Íâ²À^ | 11000010100011101100001110001101110000111010001011000010101100101100001010001110110000111000000001011110 | c28ec38dc3a2c2b2c28ec3805e |
UHC | ???²??^ | 0011111100111111001111111010100111110111001111110011111101011110 | 3f3f3fa9f73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)