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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 壯??抑?^ | 1001101011100001001111110011111110010111011111010011111101011110 | 9ae13f3f977d3f5e |
EUC-JP | 壯??抑?^ | 1101010011100011001111110011111111001101110111100011111101011110 | d4e33f3fcdde3f5e |
UTF-8 | 壯뙨렦抑렦^ | 11100101101000111010111111101011100110011010100011101011101000001010011011100110100010101001000111101011101000001010011001011110 | e5a3afeb99a8eba0a6e68a91eba0a65e |
UHC | 壯뙨렦抑렦^ | 1110110111100000101101101101000010001110101101011110010111100100100011101011010101011110 | ede0b6d08eb5e5e48eb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)