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á² | 111000100111011010011011111000011001110110110010 | e2769be19db2 |
SJIS-WIN | ?v???? | 001111110111011000111111001111110011111100111111 | 3f763f3f3f3f |
EUC-JP | âv?á?? | 10001111101010111010010001110110001111111000111110101011101000010011111100111111 | 8faba4763f8faba13f3f |
UTF-8 | âvá² | 1100001110100010011101101100001010011011110000111010000111000010100111011100001010110010 | c3a276c29bc3a1c29dc2b2 |
UHC | ?v???² | 00111111011101100011111100111111001111111010100111110111 | 3f763f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)