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???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | ザvザvB | 1111000111111100101110111101111001110110111100011111110010111011110111100111011001000010 | f1fcbbde76f1fcbbde7642 |
EUC-JP | ?ザv?ザvB | 00111111100011101011101110001110110111100111011000111111100011101011101110001110110111100111011001000010 | 3f8ebb8ede763f8ebb8ede7642 |
UTF-8 | ザvザvB | 111011101000010110110111111011111011110110111011111011111011111010011110011101101110111010000101101101111110111110111101101110111110111110111110100111100111011001000010 | ee85b7efbdbbefbe9e76ee85b7efbdbbefbe9e7642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)