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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟠門スァ | 111001011011010010010110111001011011110110100111 | e5b496e5bda7 |
EUC-JP | 蟠門スァ | 1110101010110110110011001110011110001110101111011000111010100111 | eab6cce78ebd8ea7 |
UTF-8 | 蟠門スァ | 111010001001111110100000111010011001011010000000111011111011110110111101111011111011110110100111 | e89fa0e99680efbdbdefbda7 |
UHC | 蟠門?? | 110110101111011011011010101001100011111100111111 | daf6daa63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)