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 | ñí¼[ | 1111000111101101100011101011110001011011 | f1ed8ebc5b |
SJIS-WIN | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
EUC-JP | ñí??[ | 100011111010101111010000100011111010101110111111001111110011111101011011 | 8fabd08fabbf3f3f5b |
UTF-8 | ñí¼[ | 110000111011000111000011101011011100001010001110110000101011110001011011 | c3b1c3adc28ec2bc5b |
UHC | ???¼[ | 001111110011111100111111101010001111100101011011 | 3f3f3fa8f95b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)