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 | ? | 00111111 | 3f |
SJIS-WIN | 祭 | 1000110111010101 | 8dd5 |
EUC-JP | 祭 | 1011101011010111 | bad7 |
UTF-8 | 祭 | 111001111010010110101101 | e7a5ad |
UHC | 祭 | 1111000010101110 | f0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)