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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 鉗露] | 1110011111100111100110000100100101011101 | e7e798495d |
EUC-JP | 鉗露] | 1110111011101001110011111010101001011101 | eee9cfaa5d |
UTF-8 | 鉗露] | 11101001100010011001011111101001100111001011001001011101 | e98997e99cb25d |
UHC | 鉗露] | 1100110011000110110101101101101001011101 | ccc6d6da5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)