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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 訂鵆}訂鵆{^ | 1001001011111001111010011111101101111101100100101111100111101001111110110111101101011110 | 92f9e9fb7d92f9e9fb7b5e |
EUC-JP | 訂鵆}訂鵆{^ | 1100010011111011111100101111110101111101110001001111101111110010111111010111101101011110 | c4fbf2fd7dc4fbf2fd7b5e |
UTF-8 | 訂鵆}訂鵆{^ | 111010001010100010000010111010011011010110000110011111011110100010101000100000101110100110110101100001100111101101011110 | e8a882e9b5867de8a882e9b5867b5e |
UHC | 訂?}訂?{^ | 111011111111010000111111011111011110111111110100001111110111101101011110 | eff43f7deff43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)