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 | 迪・闕 | 1110011110001100101001011110100010001101 | e78ca5e88d |
EUC-JP | 迪・闕 | 111011011110110010001110101001011110111111101101 | edec8ea5efed |
UTF-8 | 迪・闕 | 111010001011111110101010111011111011110110100101111010011001011110010101 | e8bfaaefbda5e99795 |
UHC | 迪?闕 | 1110111011101000001111111100111111110100 | eee83fcff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)