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 | 遒作桴 | 111001111010001010001101111011001001111010001111 | e7a28dec9e8f |
EUC-JP | 遒作桴 | 111011101010010010111010111011101101101111101111 | eea4baeedbef |
UTF-8 | 遒作桴 | 111010011000000110010010111001001011110110011100111001101010000110110100 | e98192e4bd9ce6a1b4 |
UHC | ?作? | 00111111111011011100001000111111 | 3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)