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 | 齊猫齊杳^ | 111010101000111010010100010011001110101010001110100111011110000001011110 | ea8e944cea8e9de05e |
EUC-JP | 齊猫齊杳^ | 111100111110111011000111101011011111001111101110110110101110001001011110 | f3eec7adf3eedae25e |
UTF-8 | 齊猫齊杳^ | 11101001101111011000101011100111100011001010101111101001101111011000101011100110100111011011001101011110 | e9bd8ae78cabe9bd8ae69db35e |
UHC | 齊猫齊杳^ | 111100001011101011011001110111101111000010111010110110011101110001011110 | f0bad9def0bad9dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)