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 | 哭齏咤驅 | 1001101001001100111010001110101110011010010000101110100101111011 | 9a4ce8eb9a42e97b |
EUC-JP | 哭齏咤驅 | 1101001110101101111100001110110111010011101000111111000111011100 | d3adf0edd3a3f1dc |
UTF-8 | 哭齏咤驅 | 111001011001001110101101111010011011110110001111111001011001001010100100111010011010100110000101 | e593ade9bd8fe592a4e9a985 |
UHC | 哭?咤驅 | 11001101110101100011111111110110111000111100111111001100 | cdd63ff6e3cfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)