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 | è\ä[ | 111010000101110010001010111001001000110001011011 | e85c8ae48c5b |
SJIS-WIN | ?\???[ | 001111110101110000111111001111110011111101011011 | 3f5c3f3f3f5b |
EUC-JP | è\?ä?[ | 10001111101010111011001001011100001111111000111110101011101000110011111101011011 | 8fabb25c3f8faba33f5b |
UTF-8 | è\ä[ | 11000011101010000101110011000010100010101100001110100100110000101000110001011011 | c3a85cc28ac3a4c28c5b |
UHC | ?\???[ | 001111110101110000111111001111110011111101011011 | 3f5c3f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)