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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 殉??~ | 1000111101111101001111110011111101111110 | 8f7d3f3f7e |
EUC-JP | 殉??~ | 1011110111011110001111110011111101111110 | bdde3f3f7e |
UTF-8 | 殉뾧맊~ | 11100110101011101000100111101011101111101010011111101011101001111000101001111110 | e6ae89ebbea7eba78a7e |
UHC | 殉뾧맊~ | 11100010111001101001011101101010100100001010001001111110 | e2e6976a90a27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)