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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 萍n}萍n{^ | 11100100110010101111001011000100011011100111110111100100110010101111001011000100011011100111101101011110 | e4caf2c46e7de4caf2c46e7b5e |
EUC-JP | 萍?n}萍?n{^ | 1110100011001100001111110110111001111101111010001100110000111111011011100111101101011110 | e8cc3f6e7de8cc3f6e7b5e |
UTF-8 | 萍n}萍n{^ | 1110100010010000100011011110111010000111101110110110111001111101111010001001000010001101111011101000011110111011011011100111101101011110 | e8908dee87bb6e7de8908dee87bb6e7b5e |
UHC | 萍?n}萍?n{^ | 1111100011000011001111110110111001111101111110001100001100111111011011100111101101011110 | f8c33f6e7df8c33f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)