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 | 蜃北 | 11100101100001111001011001101011 | e587966b |
EUC-JP | 蜃北 | 11101001111001111100101111001100 | e9e7cbcc |
UTF-8 | 蜃北 | 111010001001110010000011111001011000110010010111 | e89c83e58c97 |
UHC | 蜃北 | 11100011111100011101110111000001 | e3f1ddc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)