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 | ÍÛáßöâ^ | 11001101110110111110000111011111111101101110001001011110 | cddbe1dff6e25e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÍÛáßöâ^ | 10001111101010101011111110001111101010101110010110001111101010111010000110001111101010011100111010001111101010111101001110001111101010111010010001011110 | 8faabf8faae58faba18fa9ce8fabd38faba45e |
UTF-8 | ÍÛáßöâ^ | 11000011100011011100001110011011110000111010000111000011100111111100001110110110110000111010001001011110 | c38dc39bc3a1c39fc3b6c3a25e |
UHC | ???ß??^ | 0011111100111111001111111010100110101100001111110011111101011110 | 3f3f3fa9ac3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)