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 | 渫叩賊 | 100111111101011010010010010000001001000110101111 | 9fd6924091af |
EUC-JP | 渫叩賊 | 110111101101100011000011101000011100001010110001 | ded8c3a1c2b1 |
UTF-8 | 渫叩賊 | 111001101011100010101011111001011000111110101001111010001011001110001010 | e6b8abe58fa9e8b38a |
UHC | 渫叩賊 | 111000001101111011001101101100001110111011100100 | e0decdb0eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)