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 | ?療] | 00111111100101111100001101011101 | 3f97c35d |
EUC-JP | ?療] | 00111111110011101100010101011101 | 3fcec55d |
UTF-8 | 뤢療] | 11101011101001001010001011100111100110011000001001011101 | eba4a2e799825d |
UHC | 뤢療] | 1000111111010000110101101111101101011101 | 8fd0d6fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)