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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 森h森 | 1001000001011000011010001001000001011000 | 9058689058 |
EUC-JP | 森h森 | 1011111110111001011010001011111110111001 | bfb968bfb9 |
UTF-8 | 森h森 | 11100110101000111010111001101000111001101010001110101110 | e6a3ae68e6a3ae |
UHC | 森h森 | 1101111110110101011010001101111110110101 | dfb568dfb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)