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 | 跛・迪 | 1110011011101010101001011110011110001100 | e6eaa5e78c |
EUC-JP | 跛・迪 | 111011001110110010001110101001011110110111101100 | ecec8ea5edec |
UTF-8 | 跛・迪 | 111010001011011110011011111011111011110110100101111010001011111110101010 | e8b79befbda5e8bfaa |
UHC | 跛?迪 | 1111011111110101001111111110111011101000 | f7f53feee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)