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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?戝シ涬テシ^ | 001111111110011011000001101111001111101101000001110000111011110001011110 | 3fe6c1bcfb41c3bc5e |
EUC-JP | 涪戝シ涬テシ^ | 100011111100011111001110111011001100001110001110101111001000111111000111110011111000111011000011100011101011110001011110 | 8fc7ceecc38ebc8fc7cf8ec38ebc5e |
UTF-8 | 涪戝シ涬テシ^ | 11100110101101101010101011100110100010001001110111101111101111011011110011100110101101101010110011101111101111101000001111101111101111011011110001011110 | e6b6aae6889defbdbce6b6acefbe83efbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)