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 | 襄擾・嬢ケ | 1110010111110101100011111110111110100101100011111110110010111001 | e5f58fefa58fecb9 |
EUC-JP | 襄擾・嬢ケ | 11101010111101111011111011110001100011101010010110111110111011101000111010111001 | eaf7bef18ea5beee8eb9 |
UTF-8 | 襄擾・嬢ケ | 111010001010010110000100111001101001001110111110111011111011110110100101111001011010110010100010111011111011110110111001 | e8a584e693beefbda5e5aca2efbdb9 |
UHC | 襄擾??? | 11100101110100011110100011110110001111110011111100111111 | e5d1e8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)