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 | 迥堤悉辷イ | 111001111000101010010010111001111000111010111011111001111000100010110010 | e78a92e78ebbe788b2 |
EUC-JP | 迥堤悉辷イ | 11101101111010101100010011101001101111001011110111101101111010001000111010110010 | edeac4e9bcbdede88eb2 |
UTF-8 | 迥堤悉辷イ | 111010001011111110100101111001011010000010100100111001101000001010001001111010001011111010110111111011111011110110110010 | e8bfa5e5a0a4e68289e8beb7efbdb2 |
UHC | ?堤悉?? | 00111111111100001010011111100011111110100011111100111111 | 3ff0a7e3fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)