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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阯・ツェ | 1110100010010111101001011100001010101010 | e897a5c2aa |
EUC-JP | 阯・ツェ | 1110111111110111100011101010010110001110110000101000111010101010 | eff78ea58ec28eaa |
UTF-8 | 阯・ツェ | 111010011001100010101111111011111011110110100101111011111011111010000010111011111011110110101010 | e998afefbda5efbe82efbdaa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)