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{^ | 10010101111110011001110110101101011011100111110110010101111110011001110110101101011011100111101101011110 | 95f99dad6e7d95f99dad6e7b5e |
EUC-JP | 捧擯n}捧擯n{^ | 11001010111110111101101010101111011011100111110111001010111110111101101010101111011011100111101101011110 | cafbdaaf6e7dcafbdaaf6e7b5e |
UTF-8 | 捧擯n}捧擯n{^ | 1110011010001101101001111110011010010011101011110110111001111101111001101000110110100111111001101001001110101111011011100111101101011110 | e68da7e693af6e7de68da7e693af6e7b5e |
UHC | 捧?n}捧?n{^ | 1101110011101001001111110110111001111101110111001110100100111111011011100111101101011110 | dce93f6e7ddce93f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)