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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 謚シ~ | 11100110100010101011110001111110 | e68abc7e |
EUC-JP | 謚シ~ | 1110101111101010100011101011110001111110 | ebea8ebc7e |
UTF-8 | 謚シ~ | 11101000101011001001101011101111101111011011110001111110 | e8ac9aefbdbc7e |
UHC | 謚?~ | 11101100110100000011111101111110 | ecd03f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)