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 | 哭齏咤鞁顫 | 10011010010011001110100011101011100110100100001011101000110110011110100011111010 | 9a4ce8eb9a42e8d9e8fa |
EUC-JP | 哭齏咤鞁顫 | 11010011101011011111000011101101110100111010001111110000110110111111000011111100 | d3adf0edd3a3f0dbf0fc |
UTF-8 | 哭齏咤鞁顫 | 111001011001001110101101111010011011110110001111111001011001001010100100111010011001111010000001111010011010000110101011 | e593ade9bd8fe592a4e99e81e9a1ab |
UHC | 哭?咤?顫 | 1100110111010110001111111111011011100011001111111110111110110101 | cdd63ff6e33fefb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)