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 | 悉雫霈 | 11110001111101101000111010111011111100101010100010001110101101001110100010111100 | f1f68ebbf2a88eb4e8bc |
EUC-JP | ?悉?雫霈 | 0011111110111100101111010011111110111100101101101111000010111110 | 3fbcbd3fbcb6f0be |
UTF-8 | 悉雫霈 | 111011101000010110110001111001101000001010001001111011101000011110011111111010011001101110101011111010011001110010001000 | ee85b1e68289ee879fe99babe99c88 |
UHC | ?悉??? | 001111111110001111111010001111110011111100111111 | 3fe3fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)