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 | ?琳] | 00111111100101111101010001011101 | 3f97d45d |
EUC-JP | ?琳] | 00111111110011101101011001011101 | 3fced65d |
UTF-8 | 뤗琳] | 11101011101001001001011111100111100100001011001101011101 | eba497e790b35d |
UHC | 뤗琳] | 1000111111000111110101111111101101011101 | 8fc7d7fb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)