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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譯札譯札^ | 111001101010000110001110010001001110011010100001100011100100010001011110 | e6a18e44e6a18e445e |
EUC-JP | 譯札譯札^ | 111011001010001110111011101001011110110010100011101110111010010101011110 | eca3bba5eca3bba55e |
UTF-8 | 譯札譯札^ | 11101000101011011010111111100110100111001010110111101000101011011010111111100110100111001010110101011110 | e8adafe69cade8adafe69cad5e |
UHC | 譯札譯札^ | 111001101011101111110011110011101110011010111011111100111100111001011110 | e6bbf3cee6bbf3ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)