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{^ | 1110101110101100101011100111010101111101111010111010110010101110011101010111101101011110 | ebacae757debacae757b5e |
UHC | 묮u}묮u{^ | 100100100100010101110101011111011001001001000101011101010111101101011110 | 9245757d9245757b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)