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 | 1111000111111100101111011101111001110110111100011111110010111101110111100111011001000010 | f1fcbdde76f1fcbdde7642 |
EUC-JP | ?ズv?ズvB | 00111111100011101011110110001110110111100111011000111111100011101011110110001110110111100111011001000010 | 3f8ebd8ede763f8ebd8ede7642 |
UTF-8 | ズvズvB | 111011101000010110110111111011111011110110111101111011111011111010011110011101101110111010000101101101111110111110111101101111011110111110111110100111100111011001000010 | ee85b7efbdbdefbe9e76ee85b7efbdbdefbe9e7642 |
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)