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 | 萍煮篠 | 111001001100101010001110110011111000111011000010 | e4ca8ecf8ec2 |
EUC-JP | 萍煮篠 | 111010001100110010111100110100011011110011000100 | e8ccbcd1bcc4 |
UTF-8 | 萍煮篠 | 111010001001000010001101111001111000010110101110111001111010111110100000 | e8908de785aee7afa0 |
UHC | 萍煮篠 | 111110001100001111101101101101001110000111000110 | f8c3edb4e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)