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 | ârVhârV | 11100010011100100101011001101000111000100111001001010110 | e2725668e27256 |
SJIS-WIN | ?rVh?rV | 00111111011100100101011001101000001111110111001001010110 | 3f7256683f7256 |
EUC-JP | ârVhârV | 1000111110101011101001000111001001010110011010001000111110101011101001000111001001010110 | 8faba47256688faba47256 |
UTF-8 | ârVhârV | 110000111010001001110010010101100110100011000011101000100111001001010110 | c3a2725668c3a27256 |
UHC | ?rVh?rV | 00111111011100100101011001101000001111110111001001010110 | 3f7256683f7256 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)