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 | 腸?腸 | 1001001010110000001111111001001010110000 | 92b03f92b0 |
EUC-JP | 腸?腸 | 1100010010110010001111111100010010110010 | c4b23fc4b2 |
UTF-8 | 腸심腸 | 111010001000010110111000111011001000101110101100111010001000010110111000 | e885b8ec8bace885b8 |
UHC | 腸심腸 | 111011011111001110111101110010011110110111110011 | edf3bdc9edf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)