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 | 鈑剰、コカ | 11100111111001011000111111101000101001001011101010110110 | e7e58fe8a4bab6 |
EUC-JP | 鈑剰、コカ | 11101110111001111011111011101010100011101010010010001110101110101000111010110110 | eee7beea8ea48eba8eb6 |
UTF-8 | 鈑剰、コカ | 111010011000100010010001111001011000100110110000111011111011110110100100111011111011110110111010111011111011110110110110 | e98891e589b0efbda4efbdbaefbdb6 |
UHC | 鈑???? | 111101111111111000111111001111110011111100111111 | f7fe3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)