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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??阮 | 00111111001111111110100010010110 | 3f3fe896 |
EUC-JP | ??阮 | 00111111001111111110111111110110 | 3f3feff6 |
UTF-8 | 롖롛阮 | 111010111010000110010110111010111010000110011011111010011001100010101110 | eba196eba19be998ae |
UHC | 롖롛阮 | 100011101101101010001110110111111110100011010110 | 8eda8edfe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)