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 | 驫帑シ懷罰 | 111010011000101010011011111001001011110010011100111001011001010010110001 | e98a9be4bc9ce594b1 |
EUC-JP | 驫帑シ懷罰 | 11110001111010101101011011100110100011101011110011011000111001111100100010110011 | f1ead6e68ebcd8e7c8b3 |
UTF-8 | 驫帑シ懷罰 | 111010011010100110101011111001011011100010010001111011111011110110111100111001101000011110110111111001111011110110110000 | e9a9abe5b891efbdbce687b7e7bdb0 |
UHC | ?帑?懷罰 | 0011111111110111101101100011111111111100111000111101101111101011 | 3ff7b63ffce3dbeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)