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 | 鬱輕? | 1001111101010100111001110110101000111111 | 9f54e76a3f |
EUC-JP | 鬱輕? | 1101110110110101111011011100101100111111 | ddb5edcb3f |
UTF-8 | 鬱輕렗 | 111010011010110010110001111010001011110010010101111010111010000010010111 | e9acb1e8bc95eba097 |
UHC | 鬱輕렗 | 111010101010011011001100111011101000111010101100 | eaa6ccee8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)