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 | 隲廂諜 | 111010001010101110011011111110011001001010110011 | e8ab9bf992b3 |
EUC-JP | 隲廂諜 | 111100001010110111010110111110111100010010110101 | f0add6fbc4b5 |
UTF-8 | 隲廂諜 | 111010011001101010110010111001011011101110000010111010001010101110011100 | e99ab2e5bb82e8ab9c |
UHC | ?廂諜 | 0011111111011111110010111111010011100011 | 3fdfcbf4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)