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 | ïä±[ | 1110111111100100100011101011000101011011 | efe48eb15b |
SJIS-WIN | ???±[ | 001111110011111100111111100000010111110101011011 | 3f3f3f817d5b |
EUC-JP | ïä?±[ | 10001111101010111100000110001111101010111010001100111111101000011101111001011011 | 8fabc18faba33fa1de5b |
UTF-8 | ïä±[ | 110000111010111111000011101001001100001010001110110000101011000101011011 | c3afc3a4c28ec2b15b |
UHC | ???±[ | 001111110011111100111111101000011011111001011011 | 3f3f3fa1be5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)