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 | 汐雫霈 | 11110001111010001000111010101100111100101010100010001110101101001110100010111100 | f1e88eacf2a88eb4e8bc |
EUC-JP | ?汐?雫霈 | 0011111110111100101011100011111110111100101101101111000010111110 | 3fbcae3fbcb6f0be |
UTF-8 | 汐雫霈 | 111011101000010110100011111001101011000110010000111011101000011110011111111010011001101110101011111010011001110010001000 | ee85a3e6b190ee879fe99babe99c88 |
UHC | ?汐??? | 001111111110000010110001001111110011111100111111 | 3fe0b13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)