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 | 蝠匁瀦 | 111001011001010110010110111001101001001010010101 | e59596e69295 |
EUC-JP | 蝠匁瀦 | 111010011111010111001100111010001100001111110101 | e9f5cce8c3f5 |
UTF-8 | 蝠匁瀦 | 111010001001110110100000111001011000110010000001111001111000000010100110 | e89da0e58c81e780a6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)