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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 施?~ | 10001110011110110011111101111110 | 8e7b3f7e |
EUC-JP | 施?~ | 10111011110111000011111101111110 | bbdc3f7e |
UTF-8 | 施닳~ | 11100110100101101011110111101011100010111011001101111110 | e696bdeb8bb37e |
UHC | 施닳~ | 1110001110111111101101001110001001111110 | e3bfb4e27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)