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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 焰? | 10001111110010011110111100111111 | 8fc9ef3f |
UTF-8 | 焰석 | 111001111000010010110000111011001000010010011101 | e784b0ec849d |
UHC | 焰석 | 11100110111110111011110010101110 | e6fbbcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)