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 | 繕??^ | 1001000101010101001111110011111101011110 | 91553f3f5e |
EUC-JP | 繕?莘^ | 11000001101101100011111110001111110110001010101101011110 | c1b63f8fd8ab5e |
UTF-8 | 繕굠莘^ | 11100111101110011001010111101010101101011010000011101000100011101001100001011110 | e7b995eab5a0e88e985e |
UHC | 繕굠莘^ | 11100000110010111000001010001000111000111110111001011110 | e0cb8288e3ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)