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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 潁e?齬?? | 100111111111000110000010100001010011111111101010100101110011111100111111 | 9ff182853fea973f3f |
EUC-JP | 潁e?齬?? | 110111101111001110100011111001010011111111110011111101110011111100111111 | def3a3e53ff3f73f3f |
UTF-8 | 潁e뀷齬볡르 | 111001101011110110000001111011111011110110000101111010111000000010110111111010011011110110101100111010111011001110100001111010111010010110110100 | e6bd81efbd85eb80b7e9bdacebb3a1eba5b4 |
UHC | 潁e뀷齬볡르 | 111001111011100010100011111001011000010110101101111001011110000110010011111001111011100010100011 | e7b8a3e585ade5e193e7b8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)