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 | 濟奉┃依? | 111000000101101010010101111100101000010010101011100010001100101100111111 | e05a95f284ab88cb3f |
EUC-JP | 濟奉┃依? | 110111111011101111001010111101001010100010101101101100001100110100111111 | dfbbcaf4a8adb0cd3f |
UTF-8 | 濟奉┃依랬 | 111001101011111110011111111001011010010110001001111000101001010010000011111001001011111010011101111010111001111010101100 | e6bf9fe5a589e29483e4be9deb9eac |
UHC | 濟奉┃依랬 | 11110000101011011101110011100101101001101010110111101011111011101011011110101000 | f0addce5a6adebeeb7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)