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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 匙潁o | 1000110111111010100111111111000101101111 | 8dfa9ff16f |
EUC-JP | 匙潁o | 1011101011111100110111101111001101101111 | bafcdef36f |
UTF-8 | 匙潁o | 11100101100011001001100111100110101111011000000101101111 | e58c99e6bd816f |
UHC | 匙潁o | 1110001110110101111001111011100001101111 | e3b5e7b86f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)