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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 紗蔀灼鞨蔀 | 10001110110100011000111011000001100011101101110011101000111000001000111011000001 | 8ed18ec18edce8e08ec1 |
EUC-JP | 紗蔀灼鞨蔀 | 10111100110100111011110011000011101111001101111011110000111000101011110011000011 | bcd3bcc3bcdef0e2bcc3 |
UTF-8 | 紗蔀灼鞨蔀 | 111001111011010010010111111010001001010010000000111001111000000110111100111010011001111010101000111010001001010010000000 | e7b497e89480e781bce99ea8e89480 |
UHC | 紗?灼鞨? | 1101111011101001001111111110110111000111110010101110101000111111 | dee93fedc7caea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)