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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 潁e?r{d | 1001111111110001100000101000010100111111011100100111101101100100 | 9ff182853f727b64 |
EUC-JP | 潁e?r{d | 1101111011110011101000111110010100111111011100100111101101100100 | def3a3e53f727b64 |
UTF-8 | 潁eㅁr{d | 111001101011110110000001111011111011110110000101111000111000010110000001011100100111101101100100 | e6bd81efbd85e38581727b64 |
UHC | 潁eㅁr{d | 111001111011100010100011111001011010010010110001011100100111101101100100 | e7b8a3e5a4b1727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)