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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逕∝化 | 111001111001010010000001111001011000100110111011 | e79481e589bb |
EUC-JP | 逕∝化 | 111011011111010010100010111001111011001010111101 | edf4a2e7b2bd |
UTF-8 | 逕∝化 | 111010011000000010010101111000101000100010011101111001011000110010010110 | e98095e2889de58c96 |
UHC | 逕∝化 | 110011001110111110100001111100001111101111111001 | ccefa1f0fbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)