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 | 逶樒「ッ蟋ェ^ | 11100111100110111001111011100111101000101010111111100101101001111010101001011110 | e79b9ee7a2afe5a7aa5e |
EUC-JP | 逶樒「ッ蟋ェ^ | 11101101111110111101110011101001100011101010001010001110101011111110101010101001100011101010101001011110 | edfbdce98ea28eafeaa98eaa5e |
UTF-8 | 逶樒「ッ蟋ェ^ | 11101001100000001011011011100110101010001001001011101111101111011010001011101111101111011010111111101000100111111000101111101111101111011010101001011110 | e980b6e6a892efbda2efbdafe89f8befbdaa5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)