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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟻ф? | 1000101101100001100001001000011000111111 | 8b6184863f |
EUC-JP | 蟻ф? | 1011010111000010101001111110011000111111 | b5c2a7e63f |
UTF-8 | 蟻ф돹 | 1110100010011111101110111101000110000100111010111000111110111001 | e89fbbd184eb8fb9 |
UHC | 蟻ф돹 | 111010111111110010101100111001101000100110111100 | ebfcace689bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)