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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 湜七 | 111110110100011110001110101101011111000111100101 | fb478eb5f1e5 |
EUC-JP | 湜七? | 100011111100011111111100101111001011011100111111 | 8fc7fcbcb73f |
UTF-8 | 湜七 | 111001101011100110011100111001001011100010000011111011101000010110100000 | e6b99ce4b883ee85a0 |
UHC | 湜七? | 1110001111010111111101101101001000111111 | e3d7f6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)