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{^ | 0011111101011110011111010101011001111101001111110101111001111101010101100111101101011110 | 3f5e7d567d3f5e7d567b5e |
SJIS-WIN | 衷^}V}衷^}V{^ | 10010010100011110101111001111101010101100111110110010010100011110101111001111101010101100111101101011110 | 928f5e7d567d928f5e7d567b5e |
EUC-JP | 衷^}V}衷^}V{^ | 11000011111011110101111001111101010101100111110111000011111011110101111001111101010101100111101101011110 | c3ef5e7d567dc3ef5e7d567b5e |
UTF-8 | 衷^}V}衷^}V{^ | 111010001010000110110111010111100111110101010110011111011110100010100001101101110101111001111101010101100111101101011110 | e8a1b75e7d567de8a1b75e7d567b5e |
UHC | 衷^}V}衷^}V{^ | 11110101111110110101111001111101010101100111110111110101111110110101111001111101010101100111101101011110 | f5fb5e7d567df5fb5e7d567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)