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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螂ェ蟾ス鞐檻 | 11100101101001011010101011100101101101111011110111101000110111101001111101000010 | e5a5aae5b7bde8de9f42 |
EUC-JP | 螂ェ蟾ス鞐檻 | 111010101010011110001110101010101110101010111001100011101011110111110000111000001101110110100011 | eaa78eaaeab98ebdf0e0dda3 |
UTF-8 | 螂ェ蟾ス鞐檻 | 111010001001111010000010111011111011110110101010111010001001111110111110111011111011110110111101111010011001111010010000111001101010101010111011 | e89e82efbdaae89fbeefbdbde99e90e6aabb |
UHC | 螂?蟾??檻 | 110101011100110000111111111000001110101000111111001111111111100111100011 | d5cc3fe0ea3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)