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 | 哭顫鞦盖韜 | 10011010010011001110100011111010111010001110000111100001101100111110100011101001 | 9a4ce8fae8e1e1b3e8e9 |
EUC-JP | 哭顫鞦盖韜 | 11010011101011011111000011111100111100001110001111100010101101011111000011101011 | d3adf0fcf0e3e2b5f0eb |
UTF-8 | 哭顫鞦盖韜 | 111001011001001110101101111010011010000110101011111010011001111010100110111001111001101110010110111010011001111110011100 | e593ade9a1abe99ea6e79b96e99f9c |
UHC | 哭顫?盖韜 | 110011011101011011101111101101010011111111001011110011001101010010110111 | cdd6efb53fcbccd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)