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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ¬ケヒ^ | 1000000111001010101110011100101101011110 | 81cab9cb5e |
EUC-JP | ¬ケヒ^ | 10100010110011001000111010111001100011101100101101011110 | a2cc8eb98ecb5e |
UTF-8 | ¬ケヒ^ | 11101111101111111010001011101111101111011011100111101111101111101000101101011110 | efbfa2efbdb9efbe8b5e |
UHC | ¬??^ | 1010000111111110001111110011111101011110 | a1fe3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)