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 | ïï^ | 1001101011101111100110101110111101011110 | 9aef9aef5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?ï?ï^ | 001111111000111110101011110000010011111110001111101010111100000101011110 | 3f8fabc13f8fabc15e |
UTF-8 | ïï^ | 110000101001101011000011101011111100001010011010110000111010111101011110 | c29ac3afc29ac3af5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)