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 | âváä | 111000100111011010011011111000011110010010000111 | e2769be1e487 |
SJIS-WIN | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
EUC-JP | âv?áä? | 100011111010101110100100011101100011111110001111101010111010000110001111101010111010001100111111 | 8faba4763f8faba18faba33f |
UTF-8 | âváä | 1100001110100010011101101100001010011011110000111010000111000011101001001100001010000111 | c3a276c29bc3a1c3a4c287 |
UHC | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)