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 | ÉúûW» | 100011111100100111111010111110110101011110111011 | 8fc9fafb57bb |
SJIS-WIN | ????W? | 001111110011111100111111001111110101011100111111 | 3f3f3f3f573f |
EUC-JP | ?ÉúûW? | 001111111000111110101010101100011000111110101011111000101000111110101011111001010101011100111111 | 3f8faab18fabe28fabe5573f |
UTF-8 | ÉúûW» | 1100001010001111110000111000100111000011101110101100001110111011010101111100001010111011 | c28fc389c3bac3bb57c2bb |
UHC | ????W? | 001111110011111100111111001111110101011100111111 | 3f3f3f3f573f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)