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 | 蜃串 | 11100101100001111000101111111000 | e5878bf8 |
EUC-JP | 蜃串 | 11101001111001111011011011111010 | e9e7b6fa |
UTF-8 | 蜃串 | 111010001001110010000011111001001011100010110010 | e89c83e4b8b2 |
UHC | 蜃串 | 11100011111100011100110111111010 | e3f1cdfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)