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悋 | 1001110010100101011010001001110010100101 | 9ca5689ca5 |
EUC-JP | 悋h悋 | 1101100010100111011010001101100010100111 | d8a768d8a7 |
UTF-8 | 悋h悋 | 11100110100000101000101101101000111001101000001010001011 | e6828b68e6828b |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)