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 | 崟碆崟碆^ | 100110111011111011100001111011001001101110111110111000011110110001011110 | 9bbee1ec9bbee1ec5e |
EUC-JP | 崟碆崟碆^ | 110101101100000011100010111011101101011011000000111000101110111001011110 | d6c0e2eed6c0e2ee5e |
UTF-8 | 崟碆崟碆^ | 11100101101101001001111111100111101000101000011011100101101101001001111111100111101000101000011001011110 | e5b49fe7a286e5b49fe7a2865e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)