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 | èºí¾B | 11101000100001101011101011101101100011011011111001000010 | e886baed8dbe42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | è?ºí??B | 10001111101010111011001000111111100011111010001011101011100011111010101110111111001111110011111101000010 | 8fabb23f8fa2eb8fabbf3f3f42 |
UTF-8 | èºí¾B | 11000011101010001100001010000110110000101011101011000011101011011100001010001101110000101011111001000010 | c3a8c286c2bac3adc28dc2be42 |
UHC | ??º??¾B | 001111110011111110101000101011000011111100111111101010001111101001000010 | 3f3fa8ac3f3fa8fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)