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 | 鞨オ讚∬イ | 1110100011100000101101011110011010101011100000011110100010110010 | e8e0b5e6ab81e8b2 |
EUC-JP | 鞨オ讚∬イ | 11110000111000101000111010110101111011001010110110100010111010101000111010110010 | f0e28eb5ecada2ea8eb2 |
UTF-8 | 鞨オ讚∬イ | 111010011001111010101000111011111011110110110101111010001010111010011010111000101000100010101100111011111011110110110010 | e99ea8efbdb5e8ae9ae288acefbdb2 |
UHC | 鞨?讚∬? | 1100101011101010001111111111001111000110101000011111001100111111 | caea3ff3c6a1f33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)