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 | î³ÊÉ^ | 1110111010110011110010101100100101011110 | eeb3cac95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | î?ÊÉ^ | 1000111110101011110000100011111110001111101010101011010010001111101010101011000101011110 | 8fabc23f8faab48faab15e |
UTF-8 | î³ÊÉ^ | 110000111010111011000010101100111100001110001010110000111000100101011110 | c3aec2b3c38ac3895e |
UHC | ?³??^ | 001111111010100111111000001111110011111101011110 | 3fa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)