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 | ?????G | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | ツ篠スツ革G | 1100001010001110110000101011110111000010100010100111011001000111 | c28ec2bdc28a7647 |
EUC-JP | ツ篠スツ革G | 1000111011000010101111001100010010001110101111011000111011000010101100111101011101000111 | 8ec2bcc48ebd8ec2b3d747 |
UTF-8 | ツ篠スツ革G | 11101111101111101000001011100111101011111010000011101111101111011011110111101111101111101000001011101001100111011010100101000111 | efbe82e7afa0efbdbdefbe82e99da947 |
UHC | ?篠??革G | 0011111111100001110001100011111100111111111110101101010001000111 | 3fe1c63f3ffad447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)