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 | çí«ä»£Í | 11100111111011011010101111100100101110111010001111001101 | e7edabe4bba3cd |
SJIS-WIN | ?????£? | 0011111100111111001111110011111100111111100000011001001000111111 | 3f3f3f3f3f81923f |
EUC-JP | çí?ä?£Í | 10001111101010111010111010001111101010111011111100111111100011111010101110100011001111111010000111110010100011111010101010111111 | 8fabae8fabbf3f8faba33fa1f28faabf |
UTF-8 | çí«ä»£Í | 1100001110100111110000111010110111000010101010111100001110100100110000101011101111000010101000111100001110001101 | c3a7c3adc2abc3a4c2bbc2a3c38d |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)