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 | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | 潁躡r{d | 10011111111100011110011101011001011100100111101101100100 | 9ff1e759727b64 |
EUC-JP | 潁躡r{d | 11011110111100111110110110111010011100100111101101100100 | def3edba727b64 |
UTF-8 | 潁躡r{d | 111001101011110110000001111010001011101010100001011100100111101101100100 | e6bd81e8baa1727b64 |
UHC | 潁?r{d | 111001111011100000111111011100100111101101100100 | e7b83f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)