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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 偕鸞 | 10011000111100011110101001100001 | 98f1ea61 |
EUC-JP | 偕鸞 | 11010000111100111111001111000010 | d0f3f3c2 |
UTF-8 | 偕鸞 | 111001011000000110010101111010011011100010011110 | e58195e9b89e |
UHC | 偕鸞 | 11111010101001011101010110110110 | faa5d5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)