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 | 聽朱し | 111000111110001110001110111010011000001010110101 | e3e38ee982b5 |
EUC-JP | 聽朱し | 111001101110010110111100111010111010010010110111 | e6e5bceba4b7 |
UTF-8 | 聽朱し | 111010001000000110111101111001101001110010110001111000111000000110010111 | e881bde69cb1e38197 |
UHC | 聽朱し | 111101001110100111110001101110011010101010110111 | f4e9f1b9aab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)