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 | 邱夊エ肴・ | 1110011110110111100110101110100010110100100011011110011010100101 | e7b79ae8b48de6a5 |
EUC-JP | 邱夊エ肴・ | 11101110101110011101010011101010100011101011010010111010111010001000111010100101 | eeb9d4ea8eb4bae88ea5 |
UTF-8 | 邱夊エ肴・ | 111010011000001010110001111001011010010010001010111011111011110110110100111010001000001010110100111011111011110110100101 | e982b1e5a48aefbdb4e882b4efbda5 |
UHC | 邱??肴? | 11001111110010000011111100111111111111011010001000111111 | cfc83f3ffda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)