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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 豼ョh豼ョ | 11100110101111111010111001101000111001101011111110101110 | e6bfae68e6bfae |
EUC-JP | 豼ョh豼ョ | 111011001100000110001110101011100110100011101100110000011000111010101110 | ecc18eae68ecc18eae |
UTF-8 | 豼ョh豼ョ | 11101000101100011011110011101111101111011010111001101000111010001011000110111100111011111011110110101110 | e8b1bcefbdae68e8b1bcefbdae |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)