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 | 葹∽Й羌 | 1110010011011111100000011110010010000100010010101110001110110011 | e4df81e4844ae3b3 |
EUC-JP | 葹∽Й羌 | 1110100011100001101000101110011010100111101010111110011010110101 | e8e1a2e6a7abe6b5 |
UTF-8 | 葹∽Й羌 | 1110100010010001101110011110001010001000101111011101000010011001111001111011111010001100 | e891b9e288bdd099e7be8c |
UHC | ?∽Й羌 | 00111111101000011110111110101100101010111100101110110110 | 3fa1efacabcbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)