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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 焏情摺湜ィP | 11111011010100111000111111101110100100001010000011111011010001111010100001010000 | fb538fee90a0fb47a850 |
EUC-JP | 焏情摺湜ィP | 10001111110010011110100110111110111100001100000010100010100011111100011111111100100011101010100001010000 | 8fc9e9bef0c0a28fc7fc8ea850 |
UTF-8 | 焏情摺湜ィP | 11100111100001001000111111100110100000111000010111100110100100011011101011100110101110011001110011101111101111011010100001010000 | e7848fe68385e691bae6b99cefbda850 |
UHC | ?情摺湜?P | 001111111110111111010111111011111100100111100011110101110011111101010000 | 3fefd7efc9e3d73f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)