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}?u{^ | 00111111011101010111110100111111011101010111101101011110 | 3f757d3f757b5e |
SJIS-WIN | ?u}?u{^ | 00111111011101010111110100111111011101010111101101011110 | 3f757d3f757b5e |
EUC-JP | ?u}?u{^ | 00111111011101010111110100111111011101010111101101011110 | 3f757d3f757b5e |
UTF-8 | 묨u}묨u{^ | 1110101110101100101010000111010101111101111010111010110010101000011101010111101101011110 | ebaca8757debaca8757b5e |
UHC | 묨u}묨u{^ | 100100100100000101110101011111011001001001000001011101010111101101011110 | 9241757d9241757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)