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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 乂z乂zB | 10011000101001110111101010011000101001110111101001000010 | 98a77a98a77a42 |
EUC-JP | 乂z乂zB | 11010000101010010111101011010000101010010111101001000010 | d0a97ad0a97a42 |
UTF-8 | 乂z乂zB | 111001001011100110000010011110101110010010111001100000100111101001000010 | e4b9827ae4b9827a42 |
UHC | 乂z乂zB | 11100111110100010111101011100111110100010111101001000010 | e7d17ae7d17a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)