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松 | 1000111110111100011010001000111110111100 | 8fbc688fbc |
EUC-JP | 松h松 | 1011111010111110011010001011111010111110 | bebe68bebe |
UTF-8 | 松h松 | 11100110100111011011111001101000111001101001110110111110 | e69dbe68e69dbe |
UHC | 松h松 | 1110000111100110011010001110000111100110 | e1e668e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)