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 | 哭髴鞦盖韜 | 10011010010011001110100110011100111010001110000111100001101100111110100011101001 | 9a4ce99ce8e1e1b3e8e9 |
EUC-JP | 哭髴鞦盖韜 | 11010011101011011111000111111100111100001110001111100010101101011111000011101011 | d3adf1fcf0e3e2b5f0eb |
UTF-8 | 哭髴鞦盖韜 | 111001011001001110101101111010011010101110110100111010011001111010100110111001111001101110010110111010011001111110011100 | e593ade9abb4e99ea6e79b96e99f9c |
UHC | 哭??盖韜 | 1100110111010110001111110011111111001011110011001101010010110111 | cdd63f3fcbccd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)