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 | ±Ì\}±Ì\{^ | 101100011100110001011100011111011011000111001100010111000111101101011110 | b1cc5c7db1cc5c7b5e |
SJIS-WIN | ±?\}±?\{^ | 1000000101111101001111110101110001111101100000010111110100111111010111000111101101011110 | 817d3f5c7d817d3f5c7b5e |
EUC-JP | ±Ì\}±Ì\{^ | 101000011101111010001111101010101100000001011100011111011010000111011110100011111010101011000000010111000111101101011110 | a1de8faac05c7da1de8faac05c7b5e |
UTF-8 | ±Ì\}±Ì\{^ | 11000010101100011100001110001100010111000111110111000010101100011100001110001100010111000111101101011110 | c2b1c38c5c7dc2b1c38c5c7b5e |
UHC | ±?\}±?\{^ | 1010000110111110001111110101110001111101101000011011111000111111010111000111101101011110 | a1be3f5c7da1be3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)