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 | 繕讓 | 10010001010101011110011010101000 | 9155e6a8 |
EUC-JP | 繕讓 | 11000001101101101110110010101010 | c1b6ecaa |
UTF-8 | 繕讓 | 111001111011100110010101111010001010111010010011 | e7b995e8ae93 |
UHC | 繕讓 | 11100000110010111110010111010011 | e0cbe5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)