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 | É[ | 100110001100100110011001100001111001110001011011 | 98c999879c5b |
SJIS-WIN | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
EUC-JP | ?É???[ | 0011111110001111101010101011000100111111001111110011111101011011 | 3f8faab13f3f3f5b |
UTF-8 | É[ | 1100001010011000110000111000100111000010100110011100001010000111110000101001110001011011 | c298c389c299c287c29c5b |
UHC | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)