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 | 襞キ阮 | 1110010111111100101101111110100010010110 | e5fcb7e896 |
EUC-JP | 襞キ阮 | 111010101111111010001110101101111110111111110110 | eafe8eb7eff6 |
UTF-8 | 襞キ阮 | 111010001010010110011110111011111011110110110111111010011001100010101110 | e8a59eefbdb7e998ae |
UHC | ??阮 | 00111111001111111110100011010110 | 3f3fe8d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)