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 | 疫ョ | 10001001011101011000001110000111 | 89758387 |
EUC-JP | 疫ョ | 10110001110101101010010111100111 | b1d6a5e7 |
UTF-8 | 疫ョ | 111001111001011010101011111000111000001110100111 | e796abe383a7 |
UHC | 疫ョ | 11100110101110011010101111100111 | e6b9abe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)