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 | 蝸祭 | 11100101100101111000110111010101 | e5978dd5 |
EUC-JP | 蝸祭 | 11101001111101111011101011010111 | e9f7bad7 |
UTF-8 | 蝸祭 | 111010001001110110111000111001111010010110101101 | e89db8e7a5ad |
UHC | 蝸祭 | 11101000110001001111000010101110 | e8c4f0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)