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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 殞壽?疎 | 10011111011011011001101011100110001111111001000101100001 | 9f6d9ae63f9161 |
EUC-JP | 殞壽?疎 | 11011101110011101101010011101000001111111100000111000010 | ddced4e83fc1c2 |
UTF-8 | 殞壽黎疎 | 111001101010111010011110111001011010001110111101111011111010011010001001111001111001011010001110 | e6ae9ee5a3bdefa689e7968e |
UHC | 殞壽黎疎 | 1110100111111001111000011111100011100110101100011110000111000011 | e9f9e1f8e6b1e1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)