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 | 燾悉渼 | 111110110101101010001110101110111111101101001001 | fb5a8ebbfb49 |
EUC-JP | 燾悉渼 | 1000111111001010101111011011110010111101100011111100011111110000 | 8fcabdbcbd8fc7f0 |
UTF-8 | 燾悉渼 | 111001111000011110111110111001101000001010001001111001101011100010111100 | e787bee68289e6b8bc |
UHC | 燾悉渼 | 110101001010011111100011111110101101101010110100 | d4a7e3fadab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)