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 | ツ篠[ | 1100001010001110110000101000000101101101 | c28ec2816d |
EUC-JP | ツ篠[ | 100011101100001010111100110001001010000111001110 | 8ec2bcc4a1ce |
UTF-8 | ツ篠[ | 111011111011111010000010111001111010111110100000111011111011110010111011 | efbe82e7afa0efbcbb |
UHC | ?篠[ | 0011111111100001110001101010001111011011 | 3fe1c6a3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)