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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鞜貞 | 11101000110111111001001011100101 | e8df92e5 |
EUC-JP | 鞜貞 | 11110000111000011100010011100111 | f0e1c4e7 |
UTF-8 | 鞜貞 | 111010011001111010011100111010001011001010011110 | e99e9ce8b29e |
UHC | ?貞 | 001111111110111111110110 | 3feff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)