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 | 讓鈴 | 11100110101010001001011111101001 | e6a897e9 |
EUC-JP | 讓鈴 | 11101100101010101100111011101011 | ecaaceeb |
UTF-8 | 讓鈴 | 111010001010111010010011111010011000100010110100 | e8ae93e988b4 |
UHC | 讓鈴 | 11100101110100111101011011000010 | e5d3d6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)