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 | 驕カ貅ス蟇ョ^ | 11101001100000011011011011100110101110101011110111100101101011111010111001011110 | e981b6e6babde5afae5e |
EUC-JP | 驕カ貅ス蟇ョ^ | 11110001111000011000111010110110111011001011110010001110101111011110101010110001100011101010111001011110 | f1e18eb6ecbc8ebdeab18eae5e |
UTF-8 | 驕カ貅ス蟇ョ^ | 11101001101010011001010111101111101111011011011011101000101100101000010111101111101111011011110111101000100111111000011111101111101111011010111001011110 | e9a995efbdb6e8b285efbdbde89f87efbdae5e |
UHC | 驕?????^ | 1100111011110110001111110011111100111111001111110011111101011110 | cef63f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)