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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遒作梃 | 111001111010001010001101111011001001111010001100 | e7a28dec9e8c |
EUC-JP | 遒作梃 | 111011101010010010111010111011101101101111101100 | eea4baeedbec |
UTF-8 | 遒作梃 | 111010011000000110010010111001001011110110011100111001101010001010000011 | e98192e4bd9ce6a283 |
UHC | ?作? | 00111111111011011100001000111111 | 3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)