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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 萍腱 | 11100100110010101110010001000110 | e4cae446 |
EUC-JP | 萍腱 | 11101000110011001110011110100111 | e8cce7a7 |
UTF-8 | 萍腱 | 111010001001000010001101111010001000010110110001 | e8908de885b1 |
UHC | 萍腱 | 11111000110000111100101111110010 | f8c3cbf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)