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 | ±Ç\}±Ç\{^ | 101100011100011101011100011111011011000111000111010111000111101101011110 | b1c75c7db1c75c7b5e |
SJIS-WIN | ±?\}±?\{^ | 1000000101111101001111110101110001111101100000010111110100111111010111000111101101011110 | 817d3f5c7d817d3f5c7b5e |
EUC-JP | ±Ç\}±Ç\{^ | 101000011101111010001111101010101010111001011100011111011010000111011110100011111010101010101110010111000111101101011110 | a1de8faaae5c7da1de8faaae5c7b5e |
UTF-8 | ±Ç\}±Ç\{^ | 11000010101100011100001110000111010111000111110111000010101100011100001110000111010111000111101101011110 | c2b1c3875c7dc2b1c3875c7b5e |
UHC | ±?\}±?\{^ | 1010000110111110001111110101110001111101101000011011111000111111010111000111101101011110 | a1be3f5c7da1be3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)