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 | 灌牘扣渙眷 | 10011111111100111110000010101111100111010100101010011111110100001110000111000101 | 9ff3e0af9d4a9fd0e1c5 |
EUC-JP | 灌牘扣渙眷 | 11011110111101011110000010110001110110011010101111011110110100101110001011000111 | def5e0b1d9abded2e2c7 |
UTF-8 | 灌牘扣渙眷 | 111001111000000110001100111001111000100110011000111001101000100110100011111001101011100010011001111001111001110010110111 | e7818ce78998e689a3e6b899e79cb7 |
UHC | 灌牘?渙眷 | 110011101011010011010100101110100011111111111100101110011100111111101111 | ceb4d4ba3ffcb9cfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)