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 | 凋凋^ | 1001001010011100100100101001110001011110 | 929c929c5e |
EUC-JP | 凋凋^ | 1100001111111100110000111111110001011110 | c3fcc3fc5e |
UTF-8 | 凋凋^ | 11100101100001111000101111100101100001111000101101011110 | e5878be5878b5e |
UHC | 凋凋^ | 1111000010111101111100001011110101011110 | f0bdf0bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)