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 | è«ä»£Î | 1110100010001111101010111110010010111011101000111100111010011001 | e88fabe4bba3ce99 |
SJIS-WIN | ?????£?? | 001111110011111100111111001111110011111110000001100100100011111100111111 | 3f3f3f3f3f81923f3f |
EUC-JP | è??ä?£Î? | 100011111010101110110010001111110011111110001111101010111010001100111111101000011111001010001111101010101100001000111111 | 8fabb23f3f8faba33fa1f28faac23f |
UTF-8 | è«ä»£Î | 11000011101010001100001010001111110000101010101111000011101001001100001010111011110000101010001111000011100011101100001010011001 | c3a8c28fc2abc3a4c2bbc2a3c38ec299 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)