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 | 1111000111100101101100111101111001110110111100011110010110110011110111100111011001000010 | f1e5b3de76f1e5b3de7642 |
EUC-JP | ?ヴv?ヴvB | 00111111100011101011001110001110110111100111011000111111100011101011001110001110110111100111011001000010 | 3f8eb38ede763f8eb38ede7642 |
UTF-8 | ヴvヴvB | 111011101000010110100000111011111011110110110011111011111011111010011110011101101110111010000101101000001110111110111101101100111110111110111110100111100111011001000010 | ee85a0efbdb3efbe9e76ee85a0efbdb3efbe9e7642 |
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)