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 | 腱W | 11100100010001101000001001110110 | e4468276 |
EUC-JP | 腱W | 11100111101001111010001111010111 | e7a7a3d7 |
UTF-8 | 腱W | 111010001000010110110001111011111011110010110111 | e885b1efbcb7 |
UHC | 腱W | 11001011111100101010001111010111 | cbf2a3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)