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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 実蟄h実蟄 | 100011101100000011100101101011010110100010001110110000001110010110101101 | 8ec0e5ad688ec0e5ad |
EUC-JP | 実蟄h実蟄 | 101111001100001011101010101011110110100010111100110000101110101010101111 | bcc2eaaf68bcc2eaaf |
UTF-8 | 実蟄h実蟄 | 11100101101011101001111111101000100111111000010001101000111001011010111010011111111010001001111110000100 | e5ae9fe89f8468e5ae9fe89f84 |
UHC | ?蟄h?蟄 | 00111111111101101101111001101000001111111111011011011110 | 3ff6de683ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)