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 | 哭齏咤驅髴 | 10011010010011001110100011101011100110100100001011101001011110111110100110011100 | 9a4ce8eb9a42e97be99c |
EUC-JP | 哭齏咤驅髴 | 11010011101011011111000011101101110100111010001111110001110111001111000111111100 | d3adf0edd3a3f1dcf1fc |
UTF-8 | 哭齏咤驅髴 | 111001011001001110101101111010011011110110001111111001011001001010100100111010011010100110000101111010011010101110110100 | e593ade9bd8fe592a4e9a985e9abb4 |
UHC | 哭?咤驅? | 1100110111010110001111111111011011100011110011111100110000111111 | cdd63ff6e3cfcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)