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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 髫貧髫貧B | 111010011001101010010101011011101110100110011010100101010110111001000010 | e99a956ee99a956e42 |
EUC-JP | 髫貧髫貧B | 111100011111101011001001110011111111000111111010110010011100111101000010 | f1fac9cff1fac9cf42 |
UTF-8 | 髫貧髫貧B | 11101001101010111010101111101000101100101010011111101001101010111010101111101000101100101010011101000010 | e9ababe8b2a7e9ababe8b2a742 |
UHC | ?貧?貧B | 00111111110111101011100000111111110111101011100001000010 | 3fdeb83fdeb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)