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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩「讎雁捷 | 111010011010100110100010111001101010011010001010111001011000111110110111 | e9a9a2e6a68ae58fb7 |
EUC-JP | 鬩「讎雁捷 | 11110010101010111000111010100010111011001010100010110100111001111011111010111001 | f2ab8ea2eca8b4e7beb9 |
UTF-8 | 鬩「讎雁捷 | 111010011010110010101001111011111011110110100010111010001010111010001110111010011001101110000001111001101000110110110111 | e9aca9efbda2e8ae8ee99b81e68db7 |
UHC | ???雁捷 | 00111111001111110011111111100100110100101111010011011111 | 3f3f3fe4d2f4df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)