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 | 溽疇溽疇^ | 100111111110011111100001011001011001111111100111111000010110010101011110 | 9fe7e1659fe7e1655e |
EUC-JP | 溽疇溽疇^ | 110111101110100111100001110001101101111011101001111000011100011001011110 | dee9e1c6dee9e1c65e |
UTF-8 | 溽疇溽疇^ | 11100110101110101011110111100111100101101000011111100110101110101011110111100111100101101000011101011110 | e6babde79687e6babde796875e |
UHC | ?疇?疇^ | 00111111111100011100001000111111111100011100001001011110 | 3ff1c23ff1c25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)