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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?煐?煐^ | 001111111000111111001001111110000011111110001111110010011111100001011110 | 3f8fc9f83f8fc9f85e |
UTF-8 | 롚煐롚煐^ | 11101011101000011001101011100111100001011001000011101011101000011001101011100111100001011001000001011110 | eba19ae78590eba19ae785905e |
UHC | 롚煐롚煐^ | 100011101101111011100111101111001000111011011110111001111011110001011110 | 8edee7bc8edee7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)