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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陜ィ讎頑↑B | 11101000100111011010100011100110101001101000101011100110100000011010101001000010 | e89da8e6a68ae681aa42 |
EUC-JP | 陜ィ讎頑↑B | 1110111111111101100011101010100011101100101010001011010011101000101000101010110001000010 | effd8ea8eca8b4e8a2ac42 |
UTF-8 | 陜ィ讎頑↑B | 11101001100110011001110011101111101111011010100011101000101011101000111011101001101000001001000111100010100001101001000101000010 | e9999cefbda8e8ae8ee9a091e2869142 |
UHC | 陜??頑↑B | 111110011111000000111111001111111110100011010111101000011110100001000010 | f9f03f3fe8d7a1e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)