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 | ³ÛÃû | 1011001111011011100011111100001111111011 | b3db8fc3fb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?Û?Ãû | 0011111110001111101010101110010100111111100011111010101010101010100011111010101111100101 | 3f8faae53f8faaaa8fabe5 |
UTF-8 | ³ÛÃû | 11000010101100111100001110011011110000101000111111000011100000111100001110111011 | c2b3c39bc28fc383c3bb |
UHC | ³???? | 101010011111100000111111001111110011111100111111 | a9f83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)