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 | 111001111110010010010101010001011110011111100100100101010100010101000010 | e7e49545e7e4954542 |
EUC-JP | 鈕髭鈕髭B | 111011101110011011001001101001101110111011100110110010011010011001000010 | eee6c9a6eee6c9a642 |
UTF-8 | 鈕髭鈕髭B | 11101001100010001001010111101001101010111010110111101001100010001001010111101001101010111010110101000010 | e98895e9abade98895e9abad42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)