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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?γ | 001111111000001111000001 | 3f83c1 |
EUC-JP | ?γ | 001111111010011011000011 | 3fa6c3 |
UTF-8 | 筽γ | 1110011110101101101111011100111010110011 | e7adbdceb3 |
UHC | 筽γ | 11101000101001001010010111100011 | e8a4a5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)