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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 哭齏咤 | 100110100100110011101000111010111001101001000010 | 9a4ce8eb9a42 |
EUC-JP | 哭齏咤 | 110100111010110111110000111011011101001110100011 | d3adf0edd3a3 |
UTF-8 | 哭齏咤 | 111001011001001110101101111010011011110110001111111001011001001010100100 | e593ade9bd8fe592a4 |
UHC | 哭?咤 | 1100110111010110001111111111011011100011 | cdd63ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)