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 | 讖逸徐 | 111001101010100110001000111011011000111110011001 | e6a988ed8f99 |
EUC-JP | 讖逸徐 | 111011001010101110110000111011111011110111111001 | ecabb0efbdf9 |
UTF-8 | 讖逸徐 | 111010001010111010010110111010011000000010111000111001011011111010010000 | e8ae96e980b8e5be90 |
UHC | 讖逸徐 | 111100111101100111101100111011111101111111101111 | f3d9ecefdfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)