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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 猩爨猩爨^ | 111000001100110111100000101001001110000011001101111000001010010001011110 | e0cde0a4e0cde0a45e |
EUC-JP | 猩爨猩爨^ | 111000001100111111100000101001101110000011001111111000001010011001011110 | e0cfe0a6e0cfe0a65e |
UTF-8 | 猩爨猩爨^ | 11100111100011001010100111100111100010001010100011100111100011001010100111100111100010001010100001011110 | e78ca9e788a8e78ca9e788a85e |
UHC | 猩?猩?^ | 11100000111110100011111111100000111110100011111101011110 | e0fa3fe0fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)