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 | ?k?S | 00111111011010110011111101010011 | 3f6b3f53 |
SJIS-WIN | 矗k矗S | 111000011101111001101011111000011101111001010011 | e1de6be1de53 |
EUC-JP | 矗k矗S | 111000101110000001101011111000101110000001010011 | e2e06be2e053 |
UTF-8 | 矗k矗S | 1110011110011111100101110110101111100111100111111001011101010011 | e79f976be79f9753 |
UHC | 矗k矗S | 111101011011100001101011111101011011100001010011 | f5b86bf5b853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)