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 | 灌牘扣滸潁 | 10011111111100111110000010101111100111010100101010011111111101011001111111110001 | 9ff3e0af9d4a9ff59ff1 |
EUC-JP | 灌牘扣滸潁 | 11011110111101011110000010110001110110011010101111011110111101111101111011110011 | def5e0b1d9abdef7def3 |
UTF-8 | 灌牘扣滸潁 | 111001111000000110001100111001111000100110011000111001101000100110100011111001101011101110111000111001101011110110000001 | e7818ce78998e689a3e6bbb8e6bd81 |
UHC | 灌牘?滸潁 | 110011101011010011010100101110100011111111111011110010101110011110111000 | ceb4d4ba3ffbcae7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)