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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 讒ス[讒ス[^ | 111001101010011110111101010110111110011010100111101111010101101101011110 | e6a7bd5be6a7bd5b5e |
EUC-JP | 讒ス[讒ス[^ | 1110110010101001100011101011110101011011111011001010100110001110101111010101101101011110 | eca98ebd5beca98ebd5b5e |
UTF-8 | 讒ス[讒ス[^ | 111010001010111010010010111011111011110110111101010110111110100010101110100100101110111110111101101111010101101101011110 | e8ae92efbdbd5be8ae92efbdbd5b5e |
UHC | 讒?[讒?[^ | 111100111101100000111111010110111111001111011000001111110101101101011110 | f3d83f5bf3d83f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)