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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 業??業??^ | 100010111100011000111111001111111000101111000110001111110011111101011110 | 8bc63f3f8bc63f3f5e |
EUC-JP | 業??業??^ | 101101101100100000111111001111111011011011001000001111110011111101011110 | b6c83f3fb6c83f3f5e |
UTF-8 | 業잞㎦業잞㎦^ | 11100110101001011010110111101100100111101001111011100011100011101010011011100110101001011010110111101100100111101001111011100011100011101010011001011110 | e6a5adec9e9ee38ea6e6a5adec9e9ee38ea65e |
UHC | 業잞㎦業잞㎦^ | 11100101111101101001111111101111101001111010101011100101111101101001111111101111101001111010101001011110 | e5f69fefa7aae5f69fefa7aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)