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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 邪舎^ | 1000111011010111100011101100100101011110 | 8ed78ec95e |
EUC-JP | 邪舎^ | 1011110011011001101111001100101101011110 | bcd9bccb5e |
UTF-8 | 邪舎^ | 11101001100000101010101011101000100010001000111001011110 | e982aae8888e5e |
UHC | 邪?^ | 11011110111101110011111101011110 | def73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)