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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 髓\}髓\{^ | 111010011001001001011100011111011110100110010010010111000111101101011110 | e9925c7de9925c7b5e |
EUC-JP | 髓\}髓\{^ | 111100011111001001011100011111011111000111110010010111000111101101011110 | f1f25c7df1f25c7b5e |
UTF-8 | 髓\}髓\{^ | 1110100110101011100100110101110001111101111010011010101110010011010111000111101101011110 | e9ab935c7de9ab935c7b5e |
UHC | 髓\}髓\{^ | 111000101101000001011100011111011110001011010000010111000111101101011110 | e2d05c7de2d05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)