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 | ?yz?yzB | 00111111011110010111101000111111011110010111101001000010 | 3f797a3f797a42 |
SJIS-WIN | 但yz但yzB | 100100100100000101111001011110101001001001000001011110010111101001000010 | 9241797a9241797a42 |
EUC-JP | 但yz但yzB | 110000111010001001111001011110101100001110100010011110010111101001000010 | c3a2797ac3a2797a42 |
UTF-8 | 但yz但yzB | 1110010010111101100001100111100101111010111001001011110110000110011110010111101001000010 | e4bd86797ae4bd86797a42 |
UHC | 但yz但yzB | 110100111010001101111001011110101101001110100011011110010111101001000010 | d3a3797ad3a3797a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)