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éîV | 1110001001110110111010011110111001010110 | e276e9ee56 |
SJIS-WIN | ?v??V | 0011111101110110001111110011111101010110 | 3f763f3f56 |
EUC-JP | âvéîV | 1000111110101011101001000111011010001111101010111011000110001111101010111100001001010110 | 8faba4768fabb18fabc256 |
UTF-8 | âvéîV | 1100001110100010011101101100001110101001110000111010111001010110 | c3a276c3a9c3ae56 |
UHC | ?v??V | 0011111101110110001111110011111101010110 | 3f763f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)