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 | 鞍紳 | 10001000110001101001000001100001 | 88c69061 |
EUC-JP | 鞍紳 | 10110000110010001011111111000010 | b0c8bfc2 |
UTF-8 | 鞍紳 | 111010011001111010001101111001111011010010110011 | e99e8de7b4b3 |
UHC | 鞍紳 | 11100100110100111110001111101011 | e4d3e3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)