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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ?大v?大vB | 001111111001000111100101011101100011111110010001111001010111011001000010 | 3f91e5763f91e57642 |
EUC-JP | ?大v?大vB | 001111111100001011100111011101100011111111000010111001110111011001000010 | 3fc2e7763fc2e77642 |
UTF-8 | 仧大v仧大vB | 111001001011101110100111111001011010010010100111011101101110010010111011101001111110010110100100101001110111011001000010 | e4bba7e5a4a776e4bba7e5a4a77642 |
UHC | ?大v?大vB | 001111111101001111011110011101100011111111010011110111100111011001000010 | 3fd3de763fd3de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)