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 | àW}àW{^ | 1110000001010111100110111000110101111101111000000101011110011011100011010111101101011110 | e0579b8d7de0579b8d7b5e |
SJIS-WIN | ?W??}?W??{^ | 0011111101010111001111110011111101111101001111110101011100111111001111110111101101011110 | 3f573f3f7d3f573f3f7b5e |
EUC-JP | àW??}àW??{^ | 100011111010101110100010010101110011111100111111011111011000111110101011101000100101011100111111001111110111101101011110 | 8faba2573f3f7d8faba2573f3f7b5e |
UTF-8 | àW}àW{^ | 1100001110100000010101111100001010011011110000101000110101111101110000111010000001010111110000101001101111000010100011010111101101011110 | c3a057c29bc28d7dc3a057c29bc28d7b5e |
UHC | ?W??}?W??{^ | 0011111101010111001111110011111101111101001111110101011100111111001111110111101101011110 | 3f573f3f7d3f573f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)