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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟹捧? | 1000101001001001100101011111100100111111 | 8a4995f93f |
EUC-JP | 蟹捧? | 1011001110101010110010101111101100111111 | b3aacafb3f |
UTF-8 | 蟹捧렊 | 111010001001111110111001111001101000110110100111111010111010000010001010 | e89fb9e68da7eba08a |
UHC | 蟹捧렊 | 111110101010111111011100111010011000111010100001 | faafdce98ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)