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 | 萠 | 11110000110011101110010011001100 | f0cee4cc |
EUC-JP | ?萠 | 001111111110100011001110 | 3fe8ce |
UTF-8 | 萠 | 111011101000001010001101111010001001000010100000 | ee828de890a0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)