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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 埃?}埃?{^ | 100110101011101000111111011111011001101010111010001111110111101101011110 | 9aba3f7d9aba3f7b5e |
EUC-JP | 埃?}埃?{^ | 110101001011110000111111011111011101010010111100001111110111101101011110 | d4bc3f7dd4bc3f7b5e |
UTF-8 | 埃똬}埃똬{^ | 111001011001111110000011111010111001100010101100011111011110010110011111100000111110101110011000101011000111101101011110 | e59f83eb98ac7de59f83eb98ac7b5e |
UHC | 埃똬}埃똬{^ | 1110010011101111101101101100110001111101111001001110111110110110110011000111101101011110 | e4efb6cc7de4efb6cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)