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 | è«ä»£Î | 11101000100011111010101111100100101110111010001111001110 | e88fabe4bba3ce |
SJIS-WIN | ?????£? | 0011111100111111001111110011111100111111100000011001001000111111 | 3f3f3f3f3f81923f |
EUC-JP | è??ä?£Î | 1000111110101011101100100011111100111111100011111010101110100011001111111010000111110010100011111010101011000010 | 8fabb23f3f8faba33fa1f28faac2 |
UTF-8 | è«ä»£Î | 1100001110101000110000101000111111000010101010111100001110100100110000101011101111000010101000111100001110001110 | c3a8c28fc2abc3a4c2bbc2a3c38e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)