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 | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | フス示}B | 11110001111000011100110011110001100011101011110110001110101001100111110101000010 | f1e1ccf18ebd8ea67d42 |
EUC-JP | ?フ?ス示}B | 00111111100011101100110000111111100011101011110110111100101010000111110101000010 | 3f8ecc3f8ebdbca87d42 |
UTF-8 | フス示}B | 1110111010000101100111001110111110111110100011001110111010000100100010011110111110111101101111011110011110100100101110100111110101000010 | ee859cefbe8cee8489efbdbde7a4ba7d42 |
UHC | ????示}B | 0011111100111111001111110011111111100011110001100111110101000010 | 3f3f3f3fe3c67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)