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 | 峵識^ | 1111101010101110100011101010111101011110 | faae8eaf5e |
EUC-JP | ?識^ | 00111111101111001011000101011110 | 3fbcb15e |
UTF-8 | 峵識^ | 11100101101100111011010111101000101011011001100001011110 | e5b3b5e8ad985e |
UHC | ?識^ | 00111111111000111101101101011110 | 3fe3db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)