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 | 跌堤 | 11100110111010011001001011100111 | e6e992e7 |
EUC-JP | 跌堤 | 11101100111010111100010011101001 | ecebc4e9 |
UTF-8 | 跌堤 | 111010001011011110001100111001011010000010100100 | e8b78ce5a0a4 |
UHC | 跌堤 | 11110010111101101111000010100111 | f2f6f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)