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 | Iº²G | 1001001001001001100100011011101010010001101100101001001001000111 | 924991ba91b29247 |
SJIS-WIN | ?I?????G | 0011111101001001001111110011111100111111001111110011111101000111 | 3f493f3f3f3f3f47 |
EUC-JP | ?I?º???G | 00111111010010010011111110001111101000101110101100111111001111110011111101000111 | 3f493f8fa2eb3f3f3f47 |
UTF-8 | Iº²G | 1100001010010010010010011100001010010001110000101011101011000010100100011100001010110010110000101001001001000111 | c29249c291c2bac291c2b2c29247 |
UHC | ?I?º?²?G | 00111111010010010011111110101000101011000011111110101001111101110011111101000111 | 3f493fa8ac3fa9f73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)