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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 倏倏\ | 111000001100010111110010111100001110000011000101111100101111000001011100 | e0c5f2f0e0c5f2f05c |
EUC-JP | 倏?倏?\ | 11100000110001110011111111100000110001110011111101011100 | e0c73fe0c73f5c |
UTF-8 | 倏倏\ | 11100101100000001000111111101110100010001010011111100101100000001000111111101110100010001010011101011100 | e5808fee88a7e5808fee88a75c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)