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 | 髏・阮 | 1110100110010000101001011110100010010110 | e990a5e896 |
EUC-JP | 髏・阮 | 111100011111000010001110101001011110111111110110 | f1f08ea5eff6 |
UTF-8 | 髏・阮 | 111010011010101110001111111011111011110110100101111010011001100010101110 | e9ab8fefbda5e998ae |
UHC | ??阮 | 00111111001111111110100011010110 | 3f3fe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)