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 | 莉匁據 | 111001001011101110010110111001101001110110011111 | e4bb96e69d9f |
EUC-JP | 莉匁據 | 111010001011110111001100111010001101101010100001 | e8bdcce8daa1 |
UTF-8 | 莉匁據 | 111010001000111010001001111001011000110010000001111001101001001110011010 | e88e89e58c81e6939a |
UHC | 莉?據 | 1101011111101001001111111100101111100000 | d7e93fcbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)