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 | 蔕亥イ | 1110010011110110100010001110010110110010 | e4f688e5b2 |
EUC-JP | 蔕亥イ | 111010001111100010110000111001111000111010110010 | e8f8b0e78eb2 |
UTF-8 | 蔕亥イ | 111010001001010010010101111001001011101010100101111011111011110110110010 | e89495e4baa5efbdb2 |
UHC | ?亥? | 00111111111110101010010000111111 | 3ffaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)