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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ佚タ | 1100001010011000110000111000001101011110 | c298c3835e |
EUC-JP | ツ佚タ | 100011101100001011010000110001011010010110111111 | 8ec2d0c5a5bf |
UTF-8 | ツ佚タ | 111011111011111010000010111001001011110110011010111000111000001010111111 | efbe82e4bd9ae382bf |
UHC | ?佚タ | 0011111111101100111010101010101110111111 | 3feceaabbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)