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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莨作ф | 111001001011110010001101111011001000010010000110 | e4bc8dec8486 |
EUC-JP | 莨作ф | 111010001011111010111010111011101010011111100110 | e8bebaeea7e6 |
UTF-8 | 莨作ф | 1110100010001110101010001110010010111101100111001101000110000100 | e88ea8e4bd9cd184 |
UHC | ?作ф | 0011111111101101110000101010110011100110 | 3fedc2ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)