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 | ꣾ^ | 1110101010100011100011101011111001011110 | eaa38ebe5e |
SJIS-WIN | ?£??^ | 001111111000000110010010001111110011111101011110 | 3f81923f3f5e |
EUC-JP | �?^ | 1000111110101011101101001010000111110010001111110011111101011110 | 8fabb4a1f23f3f5e |
UTF-8 | ꣾ^ | 110000111010101011000010101000111100001010001110110000101011111001011110 | c3aac2a3c28ec2be5e |
UHC | ???¾^ | 001111110011111100111111101010001111101001011110 | 3f3f3fa8fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)