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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 瑯獵\ | 1110000011100101111000001101100001011100 | e0e5e0d85c |
EUC-JP | 瑯獵\ | 1110000011100111111000001101101001011100 | e0e7e0da5c |
UTF-8 | 瑯獵\ | 11100111100100011010111111100111100011011011010101011100 | e791afe78db55c |
UHC | 瑯獵\ | 1101010111001011110101101011010001011100 | d5cbd6b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)