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 | 愈蛋 | 10010110111110101001001001100000 | 96fa9260 |
EUC-JP | 愈蛋 | 11001100111111001100001111000001 | ccfcc3c1 |
UTF-8 | 愈蛋 | 111001101000010010001000111010001001101110001011 | e68488e89b8b |
UHC | 愈蛋 | 11101010111011111101001110110001 | eaefd3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)