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 | 齊?齊?^ | 11101010100011100011111111101010100011100011111101011110 | ea8e3fea8e3f5e |
EUC-JP | 齊?齊?^ | 11110011111011100011111111110011111011100011111101011110 | f3ee3ff3ee3f5e |
UTF-8 | 齊陸齊陸^ | 11101001101111011000101011101111101001111001001111101001101111011000101011101111101001111001001101011110 | e9bd8aefa793e9bd8aefa7935e |
UHC | 齊陸齊陸^ | 111100001011101011101011110000011111000010111010111010111100000101011110 | f0baebc1f0baebc15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)