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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 譎姚\ | 1110011010011001100110110100110001011100 | e6999b4c5c |
EUC-JP | 譎姚\ | 1110101111111001110101011010110101011100 | ebf9d5ad5c |
UTF-8 | 譎姚\ | 11101000101011011000111011100101101001111001101001011100 | e8ad8ee5a79a5c |
UHC | 譎姚\ | 1111110111010010111010001110111001011100 | fdd2e8ee5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)