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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
EUC-JP | ?玹?BF | 00111111100011111100101111100100001111110100001001000110 | 3f8fcbe43f4246 |
UTF-8 | 뤌玹챣BF | 1110101110100100100011001110011110001110101110011110110010110001101000110100001001000110 | eba48ce78eb9ecb1a34246 |
UHC | 뤌玹챣BF | 1000111110111100111110101101110110101010011011110100001001000110 | 8fbcfaddaa6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)