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 | ??r^ | 00111111001111110111001001011110 | 3f3f725e |
SJIS-WIN | ツ咤r^ | 1100001010011010010000100111001001011110 | c29a42725e |
EUC-JP | ツ咤r^ | 100011101100001011010011101000110111001001011110 | 8ec2d3a3725e |
UTF-8 | ツ咤r^ | 1110111110111110100000101110010110010010101001000111001001011110 | efbe82e592a4725e |
UHC | ?咤r^ | 0011111111110110111000110111001001011110 | 3ff6e3725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)