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 | 殞壽? | 1001111101101101100110101110011000111111 | 9f6d9ae63f |
EUC-JP | 殞壽? | 1101110111001110110101001110100000111111 | ddced4e83f |
UTF-8 | 殞壽黎 | 111001101010111010011110111001011010001110111101111011111010011010001001 | e6ae9ee5a3bdefa689 |
UHC | 殞壽黎 | 111010011111100111100001111110001110011010110001 | e9f9e1f8e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)