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 | 灌牘扣渙稟 | 10011111111100111110000010101111100111010100101010011111110100001110001001100111 | 9ff3e0af9d4a9fd0e267 |
EUC-JP | 灌牘扣渙稟 | 11011110111101011110000010110001110110011010101111011110110100101110001111001000 | def5e0b1d9abded2e3c8 |
UTF-8 | 灌牘扣渙稟 | 111001111000000110001100111001111000100110011000111001101000100110100011111001101011100010011001111001111010100010011111 | e7818ce78998e689a3e6b899e7a89f |
UHC | 灌牘?渙稟 | 110011101011010011010100101110100011111111111100101110011111100110100010 | ceb4d4ba3ffcb9f9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)