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 | 肆怨け蒟у | 11100011111001101000100110000101100000101010111111100100111001011000010010000101 | e3e6898582afe4e58485 |
EUC-JP | 肆怨け蒟у | 11100110111010001011000111100101101001001011000111101000111001111010011111100101 | e6e8b1e5a4b1e8e7a7e5 |
UTF-8 | 肆怨け蒟у | 1110100010000010100001101110011010000000101010001110001110000001100100011110100010010010100111111101000110000011 | e88286e680a8e38191e8929fd183 |
UHC | 肆怨け?у | 110111101110101111101010101100111010101010110001001111111010110011100101 | deebeab3aab13face5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)