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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 故??? | 1000110011001100001111110011111100111111 | 8ccc3f3f3f |
EUC-JP | 故??睍 | 10111000110011100011111100111111100011111100111011110100 | b8ce3f3f8fcef4 |
UTF-8 | 故뤓┡睍 | 111001101001010110000101111010111010010010010011111000101001010010100001111001111001110110001101 | e69585eba493e294a1e79d8d |
UHC | 故뤓┡睍 | 1100110110111010100011111100001110100110110010111111101011100000 | cdba8fc3a6cbfae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)