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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 終?害?E | 10001111010010010011111110001010010100010011111101000101 | 8f493f8a513f45 |
EUC-JP | 終?害?E | 10111101101010100011111110110011101100100011111101000101 | bdaa3fb3b23f45 |
UTF-8 | 終렫害렪E | 11100111101101011000001011101011101000001010101111100101101011101011001111101011101000001010101001000101 | e7b582eba0abe5aeb3eba0aa45 |
UHC | 終렫害렪E | 111100001111101110001110101110011111101010101010100011101011100001000101 | f0fb8eb9faaa8eb845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)