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 | 鬩滄。疲カ | 1110100110101001100111111110100110100001100101001110011010110110 | e9a99fe9a194e6b6 |
EUC-JP | 鬩滄。疲カ | 11110010101010111101111011101011100011101010000111001000111010001000111010110110 | f2abdeeb8ea1c8e88eb6 |
UTF-8 | 鬩滄。疲カ | 111010011010110010101001111001101011101110000100111011111011110110100001111001111001011010110010111011111011110110110110 | e9aca9e6bb84efbda1e796b2efbdb6 |
UHC | ?滄?疲? | 00111111111100111110011100111111111110011010101000111111 | 3ff3e73ff9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)