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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鷹?業 | 1001000111101001001111111000101111000110 | 91e93f8bc6 |
EUC-JP | 鷹?業 | 1100001011101011001111111011011011001000 | c2eb3fb6c8 |
UTF-8 | 鷹묬業 | 111010011011011110111001111010111010110010101100111001101010010110101101 | e9b7b9ebacace6a5ad |
UHC | 鷹묬業 | 111010111110110110010010010000111110010111110110 | ebed9243e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)