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 | äK | 11100100010010111000101010001001 | e44b8a89 |
SJIS-WIN | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
EUC-JP | äK?? | 100011111010101110100011010010110011111100111111 | 8faba34b3f3f |
UTF-8 | äK | 11000011101001000100101111000010100010101100001010001001 | c3a44bc28ac289 |
UHC | ?K?? | 00111111010010110011111100111111 | 3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)