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 | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
SJIS-WIN | 貳ハ軏トk | 11100110110001101100101011111011101100101100010001101011 | e6c6cafbb2c46b |
EUC-JP | 貳ハ軏トk | 11101100110010001000111011001010100011111110000011011001100011101100010001101011 | ecc88eca8fe0d98ec46b |
UTF-8 | 貳ハ軏トk | 11101000101100101011001111101111101111101000101011101000101110111000111111101111101111101000010001101011 | e8b2b3efbe8ae8bb8fefbe846b |
UHC | 貳???k | 111011001100001100111111001111110011111101101011 | ecc33f3f3f6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)