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 | ?BU}?BU{^ | 001111110100001001010101011111010011111101000010010101010111101101011110 | 3f42557d3f42557b5e |
SJIS-WIN | ?BU}?BU{^ | 001111110100001001010101011111010011111101000010010101010111101101011110 | 3f42557d3f42557b5e |
EUC-JP | ?BU}?BU{^ | 001111110100001001010101011111010011111101000010010101010111101101011110 | 3f42557d3f42557b5e |
UTF-8 | 혪BU}혪BU{^ | 11101101100110001010101001000010010101010111110111101101100110001010101001000010010101010111101101011110 | ed98aa42557ded98aa42557b5e |
UHC | 혪BU}혪BU{^ | 1100001010010010010000100101010101111101110000101001001001000010010101010111101101011110 | c29242557dc29242557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)