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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 絎よ蟹\ | 11100011010011011000001011100110100010100100100101011100 | e34d82e68a495c |
EUC-JP | 絎よ蟹\ | 11100101101011101010010011101000101100111010101001011100 | e5aea4e8b3aa5c |
UTF-8 | 絎よ蟹\ | 11100111101101011000111011100011100000101000100011101000100111111011100101011100 | e7b58ee38288e89fb95c |
UHC | ?よ蟹\ | 001111111010101011101000111110101010111101011100 | 3faae8faaf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)