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 | 100110111001000111100011011101001001101110010001111000110111010001000010 | 9b91e3749b91e37442 |
EUC-JP | 尅縟尅縟B | 110101011111000111100101110101011101010111110001111001011101010101000010 | d5f1e5d5d5f1e5d542 |
UTF-8 | 尅縟尅縟B | 11100101101100001000010111100111101110001001111111100101101100001000010111100111101110001001111101000010 | e5b085e7b89fe5b085e7b89f42 |
UHC | ?縟?縟B | 00111111111010011011001000111111111010011011001001000010 | 3fe9b23fe9b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)