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 | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
SJIS-WIN | 耨U^ | 11110111101010011111000011101111111000111101001111110111101010100101010101011110 | f7a9f0efe3d3f7aa555e |
EUC-JP | ??耨?U^ | 00111111001111111110011011010101001111110101010101011110 | 3f3fe6d53f555e |
UTF-8 | 耨U^ | 1110111010010110100011001110111010000010101011101110100010000000101010001110111010010110100011010101010101011110 | ee968cee82aee880a8ee968d555e |
UHC | ????U^ | 001111110011111100111111001111110101010101011110 | 3f3f3f3f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)