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 | íò¿ð® | 111011011111001010001110101111111111000010101110 | edf28ebff0ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | íò?¿ð® | 10001111101010111011111110001111101010111101001000111111100011111010001011000100100011111010100111000011100011111010001011101110 | 8fabbf8fabd23f8fa2c48fa9c38fa2ee |
UTF-8 | íò¿ð® | 110000111010110111000011101100101100001010001110110000101011111111000011101100001100001010101110 | c3adc3b2c28ec2bfc3b0c2ae |
UHC | ???¿ð® | 001111110011111100111111101000101010111110101001101000111010001011100111 | 3f3f3fa2afa9a3a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)