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 | 鳬治] | 1110100111101001100011101010000101011101 | e9e98ea15d |
EUC-JP | 鳬治] | 1111001011101011101111001010001101011101 | f2ebbca35d |
UTF-8 | 鳬治] | 11101001101100111010110011100110101100101011101101011101 | e9b3ace6b2bb5d |
UHC | ?治] | 00111111111101101011110101011101 | 3ff6bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)