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 | 驥笹 | 11101001100001111000110111111001 | e9878df9 |
EUC-JP | 驥笹 | 11110001111001111011101011111011 | f1e7bafb |
UTF-8 | 驥笹 | 111010011010100110100101111001111010110010111001 | e9a9a5e7acb9 |
UHC | 驥笹 | 11010001110010101110000110101011 | d1cae1ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)