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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 髻漏h | 1110100110011111100110000101001001101000 | e99f985268 |
EUC-JP | 髻漏h | 1111001010100001110011111011001101101000 | f2a1cfb368 |
UTF-8 | 髻漏h | 11101001101010111011101111100110101111001000111101101000 | e9abbbe6bc8f68 |
UHC | ?漏h | 00111111110101111010100101101000 | 3fd7a968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)