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 | 語〓?宥 | 10001100111010101000000110101100001111111001011101000111 | 8cea81ac3f9747 |
EUC-JP | 語〓ħ宥 | 101110001110110010100010101011101000111110101001110001001100110110101000 | b8eca2ae8fa9c4cda8 |
UTF-8 | 語〓ħ宥 | 1110100010101010100111101110001110000000100100111100010010100111111001011010111010100101 | e8aa9ee38093c4a7e5aea5 |
UHC | 語〓ħ宥 | 1110010111011110101000011110101110101001101001001110101011101001 | e5dea1eba9a4eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)