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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 禹緬 | 11100010010110101001011011001001 | e25a96c9 |
EUC-JP | 禹緬 | 11100011101110111100110011001011 | e3bbcccb |
UTF-8 | 禹緬 | 111001111010011010111001111001111011011110101100 | e7a6b9e7b7ac |
UHC | 禹緬 | 11101001111000001101100011111011 | e9e0d8fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)