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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 朎朎^ | 111110101101111111110010101000011111101011011111111100101010000101011110 | fadff2a1fadff2a15e |
EUC-JP | 朎?朎?^ | 100011111100001011110000001111111000111111000010111100000011111101011110 | 8fc2f03f8fc2f03f5e |
UTF-8 | 朎朎^ | 11100110100111001000111011101110100001111001100011100110100111001000111011101110100001111001100001011110 | e69c8eee8798e69c8eee87985e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)