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 | íò¿ñê | 111011011111001010001110101111111111000111101010 | edf28ebff1ea |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íò?¿ñê | 10001111101010111011111110001111101010111101001000111111100011111010001011000100100011111010101111010000100011111010101110110100 | 8fabbf8fabd23f8fa2c48fabd08fabb4 |
UTF-8 | íò¿ñê | 110000111010110111000011101100101100001010001110110000101011111111000011101100011100001110101010 | c3adc3b2c28ec2bfc3b1c3aa |
UHC | ???¿?? | 00111111001111110011111110100010101011110011111100111111 | 3f3f3fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)