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 | çí«ä»£Í÷ | 1110011111101101101010111110010010111011101000111100110111110111 | e7edabe4bba3cdf7 |
SJIS-WIN | ?????£?÷ | 00111111001111110011111100111111001111111000000110010010001111111000000110000000 | 3f3f3f3f3f81923f8180 |
EUC-JP | çí?ä?£Í÷ | 100011111010101110101110100011111010101110111111001111111000111110101011101000110011111110100001111100101000111110101010101111111010000111100000 | 8fabae8fabbf3f8faba33fa1f28faabfa1e0 |
UTF-8 | çí«ä»£Í÷ | 11000011101001111100001110101101110000101010101111000011101001001100001010111011110000101010001111000011100011011100001110110111 | c3a7c3adc2abc3a4c2bbc2a3c38dc3b7 |
UHC | ???????÷ | 001111110011111100111111001111110011111100111111001111111010000111000000 | 3f3f3f3f3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)