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 | ÍÛáßñü^ | 11001101110110111110000111011111111100011111110001011110 | cddbe1dff1fc5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÍÛáßñü^ | 10001111101010101011111110001111101010101110010110001111101010111010000110001111101010011100111010001111101010111101000010001111101010111110010001011110 | 8faabf8faae58faba18fa9ce8fabd08fabe45e |
UTF-8 | ÍÛáßñü^ | 11000011100011011100001110011011110000111010000111000011100111111100001110110001110000111011110001011110 | c38dc39bc3a1c39fc3b1c3bc5e |
UHC | ???ß??^ | 0011111100111111001111111010100110101100001111110011111101011110 | 3f3f3fa9ac3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)