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 | 松松^ | 1000111110111100100011111011110001011110 | 8fbc8fbc5e |
EUC-JP | 松松^ | 1011111010111110101111101011111001011110 | bebebebe5e |
UTF-8 | 松松^ | 11100110100111011011111011100110100111011011111001011110 | e69dbee69dbe5e |
UHC | 松松^ | 1110000111100110111000011110011001011110 | e1e6e1e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)