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 | 害?奚 | 1000101001010001001111111001101011110110 | 8a513f9af6 |
EUC-JP | 害?奚 | 1011001110110010001111111101010011111000 | b3b23fd4f8 |
UTF-8 | 害렟奚 | 111001011010111010110011111010111010000010011111111001011010010110011010 | e5aeb3eba09fe5a59a |
UHC | 害렟奚 | 111110101010101010001110101100001111101010101000 | faaa8eb0faa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)