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 | 10010001111010010011111110010001111010010011111101000010 | 91e93f91e93f42 |
EUC-JP | 鷹?鷹?B | 11000010111010110011111111000010111010110011111101000010 | c2eb3fc2eb3f42 |
UTF-8 | 鷹굗鷹굗B | 11101001101101111011100111101010101101011001011111101001101101111011100111101010101101011001011101000010 | e9b7b9eab597e9b7b9eab59742 |
UHC | 鷹굗鷹굗B | 111010111110110110000010011110101110101111101101100000100111101001000010 | ebed827aebed827a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)