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 | エ轗エ轆^ | 10110100111001110111110110110100111001110111101101011110 | b4e77db4e77b5e |
EUC-JP | エ轗エ轆^ | 100011101011010011101101110111101000111010110100111011011101110001011110 | 8eb4edde8eb4eddc5e |
UTF-8 | エ轗エ轆^ | 11101111101111011011010011101000101111011001011111101111101111011011010011101000101111011000011001011110 | efbdb4e8bd97efbdb4e8bd865e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)