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^ | 11000011101000100111011011000011101000100111011001011110 | c3a276c3a2765e |
SJIS-WIN | ?¢v?¢v^ | 001111111000000110010001011101100011111110000001100100010111011001011110 | 3f8191763f8191765e |
EUC-JP | âvâv^ | 10001111101010101010101010100001111100010111011010001111101010101010101010100001111100010111011001011110 | 8faaaaa1f1768faaaaa1f1765e |
UTF-8 | âvâv^ | 1100001110000011110000101010001001110110110000111000001111000010101000100111011001011110 | c383c2a276c383c2a2765e |
UHC | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)