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 | 狸短泄綜 | 1001001001001011100100100101101010011111100101011001000110001110 | 924b925a9f95918e |
EUC-JP | 狸短泄綜 | 1100001110101100110000111011101111011101111101011100000111101110 | c3acc3bbddf5c1ee |
UTF-8 | 狸短泄綜 | 111001111000101110111000111001111001111110101101111001101011001110000100111001111011011010011100 | e78bb8e79fade6b384e7b69c |
UHC | 狸短泄綜 | 1101011111100001110100111010110111100000110111001111000011111100 | d7e1d3ade0dcf0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)