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 | 莉o集 | 111001001011101110000010100011111000111101010111 | e4bb828f8f57 |
EUC-JP | 莉o集 | 111010001011110110100011111011111011110110111000 | e8bda3efbdb8 |
UTF-8 | 莉o集 | 111010001000111010001001111011111011110110001111111010011001101110000110 | e88e89efbd8fe99b86 |
UHC | 莉o集 | 110101111110100110100011111011111111001110100010 | d7e9a3eff3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)