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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 殉??L | 1000111101111101001111110011111101001100 | 8f7d3f3f4c |
EUC-JP | 殉??L | 1011110111011110001111110011111101001100 | bdde3f3f4c |
UTF-8 | 殉뾧맽L | 11100110101011101000100111101011101111101010011111101011101001111011110101001100 | e6ae89ebbea7eba7bd4c |
UHC | 殉뾧맽L | 11100010111001101001011101101010100100001011111001001100 | e2e6976a90be4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)