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 | 11100001011101110011111110010111110010100100001001000110 | e1773f97ca4246 |
EUC-JP | 痍?量BF | 11100001110110000011111111001110110011000100001001000110 | e1d83fcecc4246 |
UTF-8 | 痍淚量BF | 1110011110010111100011011110111110100101100011011110100110000111100011110100001001000110 | e7978defa58de9878f4246 |
UHC | 痍淚量BF | 1110110010110111110100101110011111010101111000010100001001000110 | ecb7d2e7d5e14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)