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 | 跌守 | 11100110111010011000111011100111 | e6e98ee7 |
EUC-JP | 跌守 | 11101100111010111011110011101001 | ecebbce9 |
UTF-8 | 跌守 | 111010001011011110001100111001011010111010001000 | e8b78ce5ae88 |
UHC | 跌守 | 11110010111101101110000111111010 | f2f6e1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)