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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 害?偕??? | 1000101001010001001111111001100011110001001111110011111100111111 | 8a513f98f13f3f3f |
EUC-JP | 害?偕?瀣? | 10110011101100100011111111010000111100110011111110001111110010011011000100111111 | b3b23fd0f33f8fc9b13f |
UTF-8 | 害렦偕렯瀣렍 | 111001011010111010110011111010111010000010100110111001011000000110010101111010111010000010101111111001111000000010100011111010111010000010001101 | e5aeb3eba0a6e58195eba0afe780a3eba08d |
UHC | 害렦偕렯瀣렍 | 111110101010101010001110101101011111101010100101100011101011110011111010101011101000111010100011 | faaa8eb5faa58ebcfaae8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)