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 | 蝓札蝓札^ | 111001011001111110001110010001001110010110011111100011100100010001011110 | e59f8e44e59f8e445e |
EUC-JP | 蝓札蝓札^ | 111010101010000110111011101001011110101010100001101110111010010101011110 | eaa1bba5eaa1bba55e |
UTF-8 | 蝓札蝓札^ | 11101000100111011001001111100110100111001010110111101000100111011001001111100110100111001010110101011110 | e89d93e69cade89d93e69cad5e |
UHC | ?札?札^ | 00111111111100111100111000111111111100111100111001011110 | 3ff3ce3ff3ce5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)