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 | 銑\}銑\{^ | 100100010100110001011100011111011001000101001100010111000111101101011110 | 914c5c7d914c5c7b5e |
EUC-JP | 銑\}銑\{^ | 110000011010110101011100011111011100000110101101010111000111101101011110 | c1ad5c7dc1ad5c7b5e |
UTF-8 | 銑\}銑\{^ | 1110100110001010100100010101110001111101111010011000101010010001010111000111101101011110 | e98a915c7de98a915c7b5e |
UHC | 銑\}銑\{^ | 111000001101010101011100011111011110000011010101010111000111101101011110 | e0d55c7de0d55c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)