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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 殉??\ | 1000111101111101001111110011111101011100 | 8f7d3f3f5c |
EUC-JP | 殉??\ | 1011110111011110001111110011111101011100 | bdde3f3f5c |
UTF-8 | 殉뾧맊\ | 11100110101011101000100111101011101111101010011111101011101001111000101001011100 | e6ae89ebbea7eba78a5c |
UHC | 殉뾧맊\ | 11100010111001101001011101101010100100001010001001011100 | e2e6976a90a25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)