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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跖「迴・跏シ | 111001101110100010100010111001111000111110100101111001101110011010111100 | e6e8a2e78fa5e6e6bc |
EUC-JP | 跖「迴・跏シ | 111011001110101010001110101000101110110111101111100011101010010111101100111010001000111010111100 | ecea8ea2edef8ea5ece88ebc |
UTF-8 | 跖「迴・跏シ | 111010001011011110010110111011111011110110100010111010001011111110110100111011111011110110100101111010001011011110001111111011111011110110111100 | e8b796efbda2e8bfb4efbda5e8b78fefbdbc |
UHC | ????跏? | 00111111001111110011111100111111110010101011101000111111 | 3f3f3f3fcaba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)