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 | Íß¼ü | 11001101110111111011110011111100 | cddfbcfc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Íß?ü | 10001111101010101011111110001111101010011100111000111111100011111010101111100100 | 8faabf8fa9ce3f8fabe4 |
UTF-8 | Íß¼ü | 1100001110001101110000111001111111000010101111001100001110111100 | c38dc39fc2bcc3bc |
UHC | ?ß¼? | 001111111010100110101100101010001111100100111111 | 3fa9aca8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)