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 | 驢ッツ「貅 | 11101001100001101010111111000010101000101110011010111010 | e986afc2a2e6ba |
EUC-JP | 驢ッツ「貅 | 11110001111001101000111010101111100011101100001010001110101000101110110010111100 | f1e68eaf8ec28ea2ecbc |
UTF-8 | 驢ッツ「貅 | 111010011010100110100010111011111011110110101111111011111011111010000010111011111011110110100010111010001011001010000101 | e9a9a2efbdafefbe82efbda2e8b285 |
UHC | 驢???? | 110101011111000000111111001111110011111100111111 | d5f03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)